netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] lockless version of netdev_notify_peers
@ 2020-12-09  6:18 Lijun Pan
  2020-12-09  6:18 ` [PATCH net-next 1/3] net: core: introduce __netdev_notify_peers Lijun Pan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Lijun Pan @ 2020-12-09  6:18 UTC (permalink / raw)
  To: netdev; +Cc: Lijun Pan

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(-)

-- 
2.23.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-13  1:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-09  6:18 [PATCH net-next 0/3] lockless version of netdev_notify_peers Lijun Pan
2020-12-09  6:18 ` [PATCH net-next 1/3] net: core: introduce __netdev_notify_peers Lijun Pan
2020-12-09  6:18 ` [PATCH net-next 2/3] use __netdev_notify_peers in ibmvnic Lijun Pan
2020-12-09  6:18 ` [PATCH net-next 3/3] use __netdev_notify_peers in hyperv Lijun Pan
2020-12-13  1:20   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).