mbox series

[net-next,0/3,pull,request] net/e1000e, igb, igc: Remove redundant runtime resume

Message ID 20240408210849.3641172-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series net/e1000e, igb, igc: Remove redundant runtime resume | expand

Message

Tony Nguyen April 8, 2024, 9:08 p.m. UTC
Bjorn Helgaas says:

e1000e, igb, and igc all have code to runtime resume the device during
ethtool operations.

Since f32a21376573 ("ethtool: runtime-resume netdev parent before ethtool
ioctl ops"), dev_ethtool() does this for us, so remove it from the
individual drivers.

The following are changes since commit 39f59c72ad3a1eaab9a60f0671bc94d2bc826d21:
  r8169: add support for RTL8168M
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Bjorn Helgaas (3):
  e1000e: Remove redundant runtime resume for ethtool_ops
  igb: Remove redundant runtime resume for ethtool_ops
  igc: Remove redundant runtime resume for ethtool ops

 drivers/net/ethernet/intel/e1000e/ethtool.c  | 62 ++------------------
 drivers/net/ethernet/intel/igb/igb_ethtool.c | 15 -----
 drivers/net/ethernet/intel/igc/igc_ethtool.c | 17 ------
 3 files changed, 6 insertions(+), 88 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 10, 2024, 12:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Mon,  8 Apr 2024 14:08:45 -0700 you wrote:
> Bjorn Helgaas says:
> 
> e1000e, igb, and igc all have code to runtime resume the device during
> ethtool operations.
> 
> Since f32a21376573 ("ethtool: runtime-resume netdev parent before ethtool
> ioctl ops"), dev_ethtool() does this for us, so remove it from the
> individual drivers.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] e1000e: Remove redundant runtime resume for ethtool_ops
    https://git.kernel.org/netdev/net-next/c/b2c289415b2b
  - [net-next,2/3] igb: Remove redundant runtime resume for ethtool_ops
    https://git.kernel.org/netdev/net-next/c/461359c4f370
  - [net-next,3/3] igc: Remove redundant runtime resume for ethtool ops
    https://git.kernel.org/netdev/net-next/c/75f16e06dfb8

You are awesome, thank you!