RE: [PATCH 2/2] igb: Exclude device from suspend direct complete optimization

2019-02-01 Thread Brown, Aaron F
er.kernel.org; Kai-Heng Feng > > Subject: [PATCH 2/2] igb: Exclude device from suspend direct complete > optimization > > igb sets different WoL settings in system suspend callback and runtime > suspend callback. > > The suspend direct complete optimization leaves igb i

[PATCH 2/2] igb: Exclude device from suspend direct complete optimization

2018-12-11 Thread Kai-Heng Feng
igb sets different WoL settings in system suspend callback and runtime suspend callback. The suspend direct complete optimization leaves igb in runtime suspneded state with wrong WoL setting during system suspend. To fix this, we need to disable suspend direct complete optimization to let igb alw