]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Stop sending in-kernel notifications for each nexthop
authorIdo Schimmel <idosch@mellanox.com>
Tue, 18 Jun 2019 15:12:57 +0000 (18:12 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Jun 2019 16:45:37 +0000 (09:45 -0700)
commit4f55cbccb54db8544bc85b73ac7ff437e158dd09
tree2e7abb00e11ddb279c6456e7280981f8d36a337f
parent1029366c55de46448d5c33a4285d8b627a2cbfda
ipv6: Stop sending in-kernel notifications for each nexthop

Both listeners - mlxsw and netdevsim - of IPv6 FIB notifications are now
ready to handle IPv6 multipath notifications.

Therefore, stop ignoring such notifications in both drivers and stop
sending notification for each added / deleted nexthop.

v2:
* Remove 'multipath_rt' from 'struct fib6_entry_notifier_info'

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