Re: [PATCH net-next] liquidio: napi cleanup

2017-08-09 Thread David Miller
From: Felix Manlunas Date: Tue, 8 Aug 2017 19:34:28 -0700 > From: Intiyaz Basha > > Disable napi when interface is going down. > Delete napi when destroying the interface. > > Signed-off-by: Intiyaz Basha > Signed-off-by: Felix Manlunas Applied, thanks.

[PATCH net-next] liquidio: napi cleanup

2017-08-08 Thread Felix Manlunas
From: Intiyaz Basha Disable napi when interface is going down. Delete napi when destroying the interface. Signed-off-by: Intiyaz Basha Signed-off-by: Felix Manlunas --- drivers/net/ethernet/cavium/liquidio/lio_main.c| 15 +++ drivers/net/ethernet/cavium/liquidio/lio_vf_main.c