Re: [PATCH net-next 16/17] ipv6: Stop sending in-kernel notifications for each nexthop

2019-06-17 Thread David Ahern
On 6/15/19 8:07 AM, Ido Schimmel wrote: > From: Ido Schimmel > > 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

[PATCH net-next 16/17] ipv6: Stop sending in-kernel notifications for each nexthop

2019-06-15 Thread Ido Schimmel
From: Ido Schimmel 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. Signed-off-by: Ido Schimmel Acke