linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2][v2] Leverage runtime suspend to speed up the s2ram on e1000e
@ 2020-11-26  6:14 Chen Yu
  2020-11-26  6:14 ` [PATCH 1/2][v2] e1000e: Assign DPM_FLAG_SMART_SUSPEND and DPM_FLAG_MAY_SKIP_RESUME to speed up s2ram Chen Yu
  2020-11-26  6:14 ` [PATCH 2/2][v2] e1000e: Remove the runtime suspend restriction on CNP+ Chen Yu
  0 siblings, 2 replies; 4+ messages in thread
From: Chen Yu @ 2020-11-26  6:14 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown, Paul Menzel, Kai-Heng Feng
  Cc: linux-pm, intel-wired-lan, netdev, Jakub Kicinski,
	Jesse Brandeburg, Sasha Neftin, Tony Nguyen, Jeff Kirsher,
	Chen Yu

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. After doing this, the s2ram could speed up the suspend/resume
process a lot.

Chen Yu (2):
  e1000e: Assign DPM_FLAG_SMART_SUSPEND and DPM_FLAG_MAY_SKIP_RESUME to
    speed up s2ram
  e1000e: Remove the runtime suspend restriction on CNP+

 drivers/base/power/main.c                  |  2 ++
 drivers/net/ethernet/intel/e1000e/netdev.c | 21 +++++++++++++++++++--
 2 files changed, 21 insertions(+), 2 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-12-03  3:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-26  6:14 [PATCH 0/2][v2] Leverage runtime suspend to speed up the s2ram on e1000e Chen Yu
2020-11-26  6:14 ` [PATCH 1/2][v2] e1000e: Assign DPM_FLAG_SMART_SUSPEND and DPM_FLAG_MAY_SKIP_RESUME to speed up s2ram Chen Yu
2020-12-03  3:44   ` Chen Yu
2020-11-26  6:14 ` [PATCH 2/2][v2] e1000e: Remove the runtime suspend restriction on CNP+ Chen Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).