Re: [PATCH v1 04/11] ena_netdev: use generic power management

2020-07-01 Thread Vaibhav Gupta
On Wed, 1 Jul 2020 at 21:28, Jakub Kicinski wrote: > > On Wed, 1 Jul 2020 18:29:31 +0530 Vaibhav Gupta wrote: > > With legacy PM, drivers themselves were responsible for managing the > > device's power states and takes care of register states. > > > > After upgrading to the generic structure, PCI

Re: [PATCH v1 04/11] ena_netdev: use generic power management

2020-07-01 Thread Jakub Kicinski
On Wed, 1 Jul 2020 18:29:31 +0530 Vaibhav Gupta wrote: > With legacy PM, drivers themselves were responsible for managing the > device's power states and takes care of register states. > > After upgrading to the generic structure, PCI core will take care of > required tasks and drivers should do

[PATCH v1 04/11] ena_netdev: use generic power management

2020-07-01 Thread Vaibhav Gupta
With legacy PM, drivers themselves were responsible for managing the device's power states and takes care of register states. After upgrading to the generic structure, PCI core will take care of required tasks and drivers should do only device-specific operations. Compile-tested only. Signed-off