diff options
| author | Eric Dumazet <[email protected]> | 2024-02-06 14:43:01 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-02-07 18:55:11 -0800 |
| commit | 669966bc94d82e614d894899328486613769f0c6 (patch) | |
| tree | 157c6806b49c24e50554ee58e5e3074c81d0bead /tools/perf/scripts/python | |
| parent | 422b5ae9c5e507f913118d086431c46022aa50c2 (diff) | |
bonding: 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.
v2: Added bond_net_pre_exit() method to make sure bond_destroy_sysfs()
is called before we unregister the devices in bond_net_exit_batch_rtnl
(Antoine Tenart : https://lore.kernel.org/netdev/170688415193.5216.10499830272732622816@kwain/)
Signed-off-by: Eric Dumazet <[email protected]>
Acked-by: Jay Vosburgh <[email protected]>
Cc: Andy Gospodarek <[email protected]>
Reviewed-by: Antoine Tenart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions