]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge branch 'mlxsw-GRE-offloading-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 28 Nov 2017 14:55:48 +0000 (09:55 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Nov 2017 14:55:48 +0000 (09:55 -0500)
commite2549970f469a88152ac0411780306f13653bcb8
tree848a091847fade7c9a03b3c93caf30274343f57d
parent32f0160c0373ab6381594462b2533104e21626d4
parent09dbf6297fa8bb4433d9293623b464750d874685
Merge branch 'mlxsw-GRE-offloading-fixes'

Jiri Pirko says:

====================
mlxsw: GRE offloading fixes

Petr says:

This patchset fixes a couple bugs in offloading GRE tunnels in mlxsw
driver.

Patch #1 fixes a problem that local routes pointing at a GRE tunnel
device are offloaded even if that netdevice is down.

Patch #2 detects that as a result of moving a GRE netdevice to a
different VRF, two tunnels now have a conflict of local addresses,
something that the mlxsw driver can't offload.

Patch #3 fixes a FIB abort caused by forming a route pointing at a
GRE tunnel that is eligible for offloading but already onloaded.

Patch #4 fixes a problem that next hops migrated to a new RIF kept the
old RIF reference, which went dangling shortly afterwards.
====================

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