On 6/18/19 9:12 AM, Ido Schimmel wrote: > From: Ido Schimmel <ido...@mellanox.com> > > 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 <ido...@mellanox.com> > Acked-by: Jiri Pirko <j...@mellanox.com> > --- > .../ethernet/mellanox/mlxsw/spectrum_router.c | 2 -- > drivers/net/netdevsim/fib.c | 7 ----- > include/net/ip6_fib.h | 1 - > net/ipv6/ip6_fib.c | 29 +++++++++++-------- > 4 files changed, 17 insertions(+), 22 deletions(-) >
Reviewed-by: David Ahern <dsah...@gmail.com>