ipv6: fib: Provide offload indication using nexthop flags
authorIdo Schimmel <idosch@mellanox.com>
Tue, 15 Aug 2017 07:09:49 +0000 (09:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Aug 2017 00:05:03 +0000 (17:05 -0700)
commitfe4007999599c02598c17b643e8de43e487d48e8
tree33acbaae76bd9f2c5112c66681f0a5df841a5345
parent26d159482a0283568557eb606d7f869db7fa03d4
ipv6: fib: Provide offload indication using nexthop flags

IPv6 routes currently lack nexthop flags as in IPv4. This has several
implications.

In the forwarding path, it requires us to check the carrier state of the
nexthop device and potentially ignore a linkdown route, instead of
checking for RTNH_F_LINKDOWN.

It also requires capable drivers to use the user facing IPv6-specific
route flags to provide offload indication, instead of using the nexthop
flags as in IPv4.

Add nexthop flags to IPv6 routes in the 40 bytes hole and use it to
provide offload indication instead of the RTF_OFFLOAD flag, which is
removed while it's still not part of any official kernel release.

In the near future we would like to use the field for the
RTNH_F_{LINKDOWN,DEAD} flags, but this change is more involved and might
not be ready in time for the current cycle.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
include/net/ip6_fib.h
include/uapi/linux/ipv6_route.h
net/ipv6/route.c