]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Simplify rt6_qualify_for_ecmp
authorDavid Ahern <dsahern@gmail.com>
Sun, 21 Apr 2019 15:49:01 +0000 (08:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Apr 2019 17:39:52 +0000 (10:39 -0700)
commit370cb25fccdc4a846a779fadbaa0935adc9cc5c3
treeec47ecfa07e347038e74efd13feb9f3399935572
parent81fdb929e319cf465f13403df5ba817737acecd9
ipv6: Simplify rt6_qualify_for_ecmp

After commit 157c4223e771 ("ipv6: Change addrconf_f6i_alloc to use
ip6_route_info_create"), the gateway is no longer filled in for fib6_nh
structs in a prefix route. Accordingly, the RTF_ADDRCONF flag check can
be dropped from the 'rt6_qualify_for_ecmp'.

Further, RTF_DYNAMIC is only set in rt6_info instances, so it can be
removed from the check as well.

This reduces rt6_qualify_for_ecmp and the mlxsw version to just checking
if the nexthop has a gateway which is the real indication of whether
entries can be coalesced into a multipath route.

Signed-off-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_route.h