]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'locked-version-of-netdev_notify_peers'
authorJakub Kicinski <kuba@kernel.org>
Wed, 16 Dec 2020 19:43:52 +0000 (11:43 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 16 Dec 2020 19:44:48 +0000 (11:44 -0800)
commit6176ca6c09e674ad4e9d5d727eb4df76d93448a8
treedad6c05bbe3b456011d2088eeec8bf716f3f6ee0
parent994eb1b96492c1331bb0c5e1b60f488c5c56a33c
parent360d6ae3a3a1f264a77a785a959f74a052dbe087
Merge branch 'locked-version-of-netdev_notify_peers'

Lijun Pan says:

====================
add a locked version of netdev_notify_peers

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

Link: https://lore.kernel.org/r/20201214211930.80778-1-ljp@linux.ibm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>