mbox series

[net-next,0/3] lockless version of netdev_notify_peers

Message ID 20201209061811.48524-1-ljp@linux.ibm.com
Headers show
Series lockless version of netdev_notify_peers | expand

Message

Lijun Pan Dec. 9, 2020, 6:18 a.m. UTC
This series introduce the lockless version of netdev_notify_peers
and then apply it to the relevant drivers.

In v1, a more appropriate name __netdev_notify_peers is used;
netdev_notify_peers is converted to call the new helper. 

Lijun Pan (3):
  net: core: introduce __netdev_notify_peers
  use __netdev_notify_peers in ibmvnic
  use __netdev_notify_peers in hyperv

 drivers/net/ethernet/ibm/ibmvnic.c |  9 +++------
 drivers/net/hyperv/netvsc_drv.c    |  6 +++---
 include/linux/netdevice.h          |  1 +
 net/core/dev.c                     | 22 ++++++++++++++++++++--
 4 files changed, 27 insertions(+), 11 deletions(-)