Re: [PATCH net-next] net: bcmgenet: Add a shutdown callback

2019-10-15 Thread David Miller
From: Florian Fainelli Date: Tue, 15 Oct 2019 10:36:24 -0700 > Make sure that we completely quiesce the network device, including its > DMA to avoid having it continue to receive packets while there is no > software alive to service those. > > Signed-off-by: Florian Fainelli Applied.

Re: [PATCH net-next] net: bcmgenet: Add a shutdown callback

2019-10-15 Thread Doug Berger
On 10/15/19 10:36 AM, Florian Fainelli wrote: > Make sure that we completely quiesce the network device, including its > DMA to avoid having it continue to receive packets while there is no > software alive to service those. > > Signed-off-by: Florian Fainelli > --- > drivers/net/ethernet/broadc