On Sat, 20 Jun 2020 22:33:39 +0200 Heiner Kallweit wrote: > Mark the netdevice as detached whenever parent is in PCI D3hot and not > accessible. This mainly applies to runtime-suspend state. > In addition take RTNL lock in suspend calls, this allows to remove > the driver-specific mutex and improve PM callbacks in general.
Not an expert on PM but looks like a nice improvement to me: Reviewed-by: Jakub Kicinski <k...@kernel.org>