aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
diff options
context:
space:
mode:
authorGravatar Xin Long <lucien.xin@gmail.com> 2017-12-18 14:20:56 +0800
committerGravatar David S. Miller <davem@davemloft.net> 2017-12-19 13:37:27 -0500
commita93bf0ff449064e6b7f44e58522e940f88c0d966 (patch)
treef992eb65066704d932295403ec13e7de6113c150 /net/ipv4
parentnet: arc_emac: restart stalled EMAC (diff)
downloadlinux-a93bf0ff4490.tar.gz
linux-a93bf0ff4490.tar.bz2
linux-a93bf0ff4490.zip
vxlan: update skb dst pmtu on tx path
Unlike ip tunnels, now vxlan doesn't do any pmtu update for upper dst pmtu, even if it doesn't match the lower dst pmtu any more. The problem can be reproduced when reducing the vxlan lower dev's pmtu when running netperf. In jianlin's testing, the performance went to 1/7 of the previous. This patch is to update the upper dst pmtu to match the lower dst pmtu on tx path so that packets can be sent out even when lower dev's pmtu has been changed. It also works for metadata dst. Note that this patch doesn't process any pmtu icmp packet. But even in the future, the support for pmtu icmp packets process of udp tunnels will also needs this. The same thing will be done for geneve in another patch. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions