diff options
author | Eric Dumazet <edumazet@google.com> | 2024-02-06 17:43:02 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-02-08 05:55:11 +0300 |
commit | f4b57b9dc96bbdb5beb2c93619c7904e4909b366 (patch) | |
tree | de3049f6d1aedd896a82cef711a32f4758a2af38 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 669966bc94d82e614d894899328486613769f0c6 (diff) | |
download | linux-f4b57b9dc96bbdb5beb2c93619c7904e4909b366.tar.xz |
geneve: use exit_batch_rtnl() method
exit_batch_rtnl() is called while RTNL is held,
and devices to be unregistered can be queued in the dev_kill_list.
This saves one rtnl_lock()/rtnl_unlock() pair,
and one unregister_netdevice_many() call.
Note: it should be possible to remove the synchronize_net()
call from geneve_sock_release() in a future patch.
v4: move WARN_ON_ONCE(!list_empty(&gn->sock_list))
into geneve_exit_net(), after devices have been unregistered.
(Antoine Tenart feedback)
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Antoine Tenart <atenart@kernel.org>
Link: https://lore.kernel.org/r/20240206144313.2050392-7-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions