mbox series

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

Message ID 20201206052127.21450-1-ljp@linux.ibm.com (mailing list archive)
Headers show
Series lockless version of | expand

Message

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

Lijun Pan (3):
  net: core: introduce netdev_notify_peers_locked
  use netdev_notify_peers_locked in ibmvnic
  use netdev_notify_peers_locked 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                     | 19 +++++++++++++++++++
 4 files changed, 26 insertions(+), 9 deletions(-)