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)
commit023cae857b347b6f5577eebade21a843f3621f85
treedad6c05bbe3b456011d2088eeec8bf716f3f6ee0
parent322e53d1e2529ae9d501f5e0f20604a79b873aef
parent935d8a0a43e3f928e3243ae22bc53cd7a014d515
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>