netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH net-next 0/3] lockless version of
@ 2020-12-06  5:21 Lijun Pan
  2020-12-06  5:21 ` [RFC PATCH net-next 1/3] net: core: introduce netdev_notify_peers_locked Lijun Pan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Lijun Pan @ 2020-12-06  5:21 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.

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

-- 
2.23.0


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

end of thread, other threads:[~2020-12-08 23:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-06  5:21 [RFC PATCH net-next 0/3] lockless version of Lijun Pan
2020-12-06  5:21 ` [RFC PATCH net-next 1/3] net: core: introduce netdev_notify_peers_locked Lijun Pan
2020-12-08 23:49   ` Jakub Kicinski
2020-12-06  5:21 ` [RFC PATCH net-next 2/3] use netdev_notify_peers_locked in ibmvnic Lijun Pan
2020-12-06  5:21 ` [RFC PATCH net-next 3/3] use netdev_notify_peers_locked in hyperv Lijun Pan

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