Re: [RFC PATCH net-next 02/22] nexthop: Convert to blocking notification chain

2020-09-08 Thread David Ahern
On 9/8/20 3:10 AM, Ido Schimmel wrote: > From: Ido Schimmel > > Currently, the only listener of the nexthop notification chain is the > VXLAN driver. Subsequent patches will add more listeners (e.g., device > drivers such as netdevsim) that need to be able to block when processing > notifications

[RFC PATCH net-next 02/22] nexthop: Convert to blocking notification chain

2020-09-08 Thread Ido Schimmel
From: Ido Schimmel Currently, the only listener of the nexthop notification chain is the VXLAN driver. Subsequent patches will add more listeners (e.g., device drivers such as netdevsim) that need to be able to block when processing notifications. Therefore, convert the notification chain to a b