RE: [PATCH v5 1/4] e1000e: Only run S0ix flows if shutdown succeeded

2020-12-15 Thread Shen, Yijun
fan Assmann; David Miller; > darc...@redhat.com; Shen, Yijun; Yuan, Perry; > anthony.w...@canonical.com; Hans de Goede; Limonciello, Mario > Subject: [PATCH v5 1/4] e1000e: Only run S0ix flows if shutdown succeeded > > If the shutdown failed, the part will be thawed and running S0ix flow

[PATCH v5 1/4] e1000e: Only run S0ix flows if shutdown succeeded

2020-12-14 Thread Mario Limonciello
If the shutdown failed, the part will be thawed and running S0ix flows will put it into an undefined state. Reported-by: Alexander Duyck Reviewed-by: Alexander Duyck Signed-off-by: Mario Limonciello --- drivers/net/ethernet/intel/e1000e/netdev.c | 13 +++-- 1 file changed, 7