[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240408210849.3641172-1-anthony.l.nguyen@intel.com>
Date: Mon, 8 Apr 2024 14:08:45 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>,
bhelgaas@...gle.com
Subject: [PATCH net-next 0/3][pull request] net/e1000e, igb, igc: Remove redundant runtime resume
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(-)
--
2.41.0
Powered by blists - more mailing lists