]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-GRE-mtu-changes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Mar 2018 16:54:35 +0000 (12:54 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Mar 2018 16:54:35 +0000 (12:54 -0400)
commit78d8ec54b43f69d590f6cd4b1c213c93637cbad9
tree9a99f5aff54c9be0d4fee49c47dddfb4e67763b9
parentea44071832395b20b874435cc754c13d447b44ab
parent23e2465d6b5ae8fb80ceed0e3ee2ce93e8109258
Merge branch 'mlxsw-GRE-mtu-changes'

Ido Schimmel says:

====================
mlxsw: Handle changes to MTU in GRE tunnels

Petr says:

When offloading GRE tunnels, the MTU setting is kept fixed after the
initial offload even as the slow-path configuration changed. Worse: the
offloaded MTU setting is actually just a transient value set at the time
of NETDEV_REGISTER of the tunnel. As of commit e8bacfe84b7b ("ip_gre:
fix IFLA_MTU ignored on NEWLINK"), that transient value is zero, and
unless there's e.g. a VRF migration that prompts re-offload, it stays at
zero, and all GRE packets end up trapping.

Thus, in patch #1, change the way the MTU is changed post-registration,
so that the full event protocol is observed. That way the drivers get to
see the change and have a chance to react.

In the remaining two patches, implement support for MTU change in mlxsw
driver.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>