netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] lockless version of netdev_notify_peers
@ 2020-12-14 21:19 Lijun Pan
  2020-12-14 21:19 ` [PATCH net-next v2 1/3] net: core: introduce __netdev_notify_peers Lijun Pan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Lijun Pan @ 2020-12-14 21:19 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.
In v2, patch 3 calls the new helper where notify variable used
to be set true.

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    | 11 ++++-------
 include/linux/netdevice.h          |  1 +
 net/core/dev.c                     | 22 ++++++++++++++++++++--
 4 files changed, 28 insertions(+), 15 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2020-12-16 20:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-14 21:19 [PATCH net-next v2 0/3] lockless version of netdev_notify_peers Lijun Pan
2020-12-14 21:19 ` [PATCH net-next v2 1/3] net: core: introduce __netdev_notify_peers Lijun Pan
2020-12-14 21:19 ` [PATCH net-next v2 2/3] use __netdev_notify_peers in ibmvnic Lijun Pan
2020-12-14 21:19 ` [PATCH net-next v2 3/3] use __netdev_notify_peers in hyperv Lijun Pan
2020-12-14 23:22   ` Jakub Kicinski
2020-12-16 20:50 ` [PATCH net-next v2 0/3] lockless version of netdev_notify_peers patchwork-bot+netdevbpf

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