aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/futex-contention.py
diff options
context:
space:
mode:
authorBjorn Helgaas <[email protected]>2024-03-25 17:29:50 -0500
committerTony Nguyen <[email protected]>2024-04-08 13:25:39 -0700
commit461359c4f3700b4bc4da0c3358be423296ee6561 (patch)
tree6a744c75129f7ea5e4386363db9696a9799577e7 /tools/perf/scripts/python/futex-contention.py
parentb2c289415b2b2ef112b78d5e73b4acecf5db409e (diff)
igb: Remove redundant runtime resume for ethtool_ops
749ab2cd1270 ("igb: add basic runtime PM 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: Sunitha Mekala <[email protected]> (A Contingent worker at Intel) Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions