diff options
| author | Bjorn Helgaas <[email protected]> | 2024-03-25 22:29:51 +0000 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2024-04-08 20:25:39 +0000 |
| commit | 75f16e06dfb8035a89548ca33d26b362c934acc9 (patch) | |
| tree | a8fbd66b83cd44d0c1ac3c88bf81070f86ccbd5d /tools/testing/selftests/net/lib/py/nsim.py | |
| parent | igb: Remove redundant runtime resume for ethtool_ops (diff) | |
| download | kernel-75f16e06dfb8035a89548ca33d26b362c934acc9.tar.gz kernel-75f16e06dfb8035a89548ca33d26b362c934acc9.zip | |
igc: Remove redundant runtime resume for ethtool ops
8c5ad0dae93c ("igc: Add ethtool support") added ethtool_ops.begin() and
.complete(), which used pm_runtime_get_sync() to resume suspended devices
before any ethtool_ops callback and allow suspend after it completed.
Subsequently, f32a21376573 ("ethtool: runtime-resume netdev parent before
ethtool ioctl ops") added pm_runtime_get_sync() in the dev_ethtool() path,
so the device is resumed before any ethtool_ops callback even if the driver
didn't supply a .begin() callback.
Remove the .begin() and .complete() callbacks, which are now redundant
because dev_ethtool() already resumes the device.
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Tested-by: Naama Meir <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/testing/selftests/net/lib/py/nsim.py')
0 files changed, 0 insertions, 0 deletions
