mbox series

[0/2,v3] Put the NIC in runtime suspended during s2ram

Message ID cover.1606757180.git.yu.c.chen@intel.com
Headers show
Series Put the NIC in runtime suspended during s2ram | expand

Message

Chen Yu Dec. 1, 2020, 1:21 a.m. UTC
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.

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(-)