Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/intel/ixgbe
Pavel Tatashin 6710f970d9 ixgbe: release lock for the duration of ixgbe_suspend_close()
Currently, during device_shutdown() ixgbe holds rtnl_lock for the duration
of lengthy ixgbe_close_suspend(). On machines with multiple ixgbe cards
this lock prevents scaling if device_shutdown() function is multi-threaded.

It is not necessary to hold this lock during ixgbe_close_suspend()
as it is not held when ixgbe_close() is called also during shutdown but for
kexec case.

Signed-off-by: Pavel Tatashin <pasha.tatashin@oracle.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2018-05-17 09:04:15 -07:00
..
2018-05-17 08:24:30 -07:00
2018-05-17 08:24:30 -07:00
2018-05-17 08:24:30 -07:00
2018-05-17 08:24:30 -07:00
2018-05-17 08:24:30 -07:00
2018-05-17 08:24:30 -07:00