On 6/18/19 9:12 AM, Ido Schimmel wrote: > From: Ido Schimmel <[email protected]> > > 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 <[email protected]> > Acked-by: Jiri Pirko <[email protected]> > --- > .../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 <[email protected]>
