]> asedeno.scripts.mit.edu Git - linux.git/commit
mlxsw: spectrum_router: Offload decap only for up tunnels
authorPetr Machata <petrm@mellanox.com>
Tue, 28 Nov 2017 12:17:11 +0000 (13:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Nov 2017 14:55:47 +0000 (09:55 -0500)
commit57c77ce47063bd298e31ffcf7875ed0c2633bf8d
tree35848d49f8576dc3d5d368de31e1baf247b37ff6
parent32f0160c0373ab6381594462b2533104e21626d4
mlxsw: spectrum_router: Offload decap only for up tunnels

When a new local route is added, an IPIP entry is looked up to determine
whether the route should be offloaded as a tunnel decap or as a trap.
That decision should take into account whether the tunnel netdevice in
question is actually IFF_UP, and only install a decap offload if it is.

Fixes: 0063587d3587 ("mlxsw: spectrum: Support decap-only IP-in-IP tunnels")
Signed-off-by: Petr Machata <petrm@mellanox.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c