This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 673
Encrypted overlay performance regression affecting 1.2.0 and 1.3.0 #1788
Comments
Gah not sure why GH didn't close this, it's in the fixes list for #1758... |
Could you elaborate on how #1758 addresses this issue? |
And you tested that #1758 doesn't suffer from this performance problem, for traffic over encrypted connections? |
Yes - in fact it was whilst performance testing #1758 that I discovered the issue. I posted some mesh mode plugin + optional encryption numbers to Slack yesterday: Mesh mode plugin, untrusted link (bear in mind that compared to the
Mesh mode plugin, trusted link:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the router is started with a password, performance is reminiscent of that observed when
ethtool
is unavailable:The problem goes away if fast datapath is completely disabled:
Modifying the
weave
script and makingethtool_tx_off_fastdp
equal toethtool_tx_off_bridge
fixes the issue; simply executingethtool -K $ROUTER_HOSTNETNS_IFNAME tx off
in the script does not.The text was updated successfully, but these errors were encountered: