RE: [Intel-wired-lan] [PATCH v1 3/5] ixgbe: use generic power management

2020-07-01 Thread Bowers, AndrewX
gt; Cc: Vaibhav Gupta ; netdev@vger.kernel.org; > linux-ker...@vger.kernel.org; intel-wired-...@lists.osuosl.org; > sk...@linuxfoundation.org; linux-kernel- > ment...@lists.linuxfoundation.org > Subject: [Intel-wired-lan] [PATCH v1 3/5] ixgbe: use generic power > management > > With legacy

[PATCH v1 3/5] ixgbe: use generic power management

2020-06-29 Thread Vaibhav Gupta
With legacy PM hooks, it was the responsibility of a driver to manage PCI states and also the device's power state. The generic approach is to let PCI core handle the work. ixgbe_suspend() calls __ixgbe_shutdown() to perform intermediate tasks. __ixgbe_shutdown() modifies the value of "wake" (devi