Re: [PATCH net-next v2 3/3] use __netdev_notify_peers in hyperv

2020-12-14 Thread Jakub Kicinski
On Mon, 14 Dec 2020 15:19:30 -0600 Lijun Pan wrote: > Start to use the lockless version of netdev_notify_peers. > Call the helper where notify variable used to be set true. > Remove the notify bool variable and sort the variables > in reverse Christmas tree order. > > Cc: Haiyang Zhang > Signed-o

[PATCH net-next v2 3/3] use __netdev_notify_peers in hyperv

2020-12-14 Thread Lijun Pan
Start to use the lockless version of netdev_notify_peers. Call the helper where notify variable used to be set true. Remove the notify bool variable and sort the variables in reverse Christmas tree order. Cc: Haiyang Zhang Signed-off-by: Lijun Pan --- v2: call the helper where notify variable us