public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2][pull request] 1GbE Intel Wired LAN Driver Updates 2021-03-15
@ 2021-03-15 19:02 Tony Nguyen
  2021-03-15 19:02 ` [PATCH net-next 1/2] e1000e: Leverage direct_complete to speed up s2ram Tony Nguyen
  2021-03-15 19:02 ` [PATCH net-next 2/2] e1000e: Remove the runtime suspend restriction on CNP+ Tony Nguyen
  0 siblings, 2 replies; 5+ messages in thread
From: Tony Nguyen @ 2021-03-15 19:02 UTC (permalink / raw)
  To: davem, kuba
  Cc: Tony Nguyen, netdev, sassmann, kai.heng.feng, rjw, len.brown,
	todd.e.brandt, sasha.neftin, vitaly.lifshits, yu.c.chen

This series contains updates to e1000e only.

Chen Yu says:

The NIC is put in runtime suspend status when there is no cable connected.
As a result, it is safe to keep non-wakeup NIC in runtime suspended during
s2ram because the system does not rely on the NIC plug event nor WoL to
wake up the system. Besides that, unlike the s2idle, s2ram does not need to
manipulate S0ix settings during suspend.

The following are changes since commit 2117fce81f6b862aac0673abe8df0c60dca64bfa:
  Merge branch 'psample-Add-additional-metadata-attributes'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Chen Yu (2):
  e1000e: Leverage direct_complete to speed up s2ram
  e1000e: Remove the runtime suspend restriction on CNP+

 drivers/net/ethernet/intel/e1000e/netdev.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-16  7:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-15 19:02 [PATCH net-next 0/2][pull request] 1GbE Intel Wired LAN Driver Updates 2021-03-15 Tony Nguyen
2021-03-15 19:02 ` [PATCH net-next 1/2] e1000e: Leverage direct_complete to speed up s2ram Tony Nguyen
2021-03-15 21:04   ` Jakub Kicinski
2021-03-16  7:53     ` Chen Yu
2021-03-15 19:02 ` [PATCH net-next 2/2] e1000e: Remove the runtime suspend restriction on CNP+ Tony Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox