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 |
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!