diff options
author | Jakub Kicinski <kuba@kernel.org> | 2025-01-14 19:53:16 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-01-15 19:13:34 -0800 |
commit | 1bb86cf8f44b1c1a320566558250b1f5121f6fd3 (patch) | |
tree | b37b1e25e9a09d845fdafeb292e12cde579a6a48 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | eeeec1d4c6930691fc59858799b8a7443d9d30ee (diff) |
net: protect threaded status of NAPI with netdev_lock()
Now that NAPI instances can't come and go without holding
netdev->lock we can trivially switch from rtnl_lock() to
netdev_lock() for setting netdev->threaded via sysfs.
Note that since we do not lock netdev_lock around sysfs
calls in the core we don't have to "trylock" like we do
with rtnl_lock.
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250115035319.559603-9-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions