Re: [PATCH net-next] sfc: remove napi_hash_del() call

2016-11-16 Thread David Miller
From: Eric Dumazet Date: Wed, 16 Nov 2016 06:01:47 -0800 > From: Eric Dumazet > > Calling napi_hash_del() after netif_napi_del() is pointless. > > Signed-off-by: Eric Dumazet Applied.

Re: [PATCH net-next] sfc: remove napi_hash_del() call

2016-11-16 Thread Bert Kenward
On 16/11/16 14:01, Eric Dumazet wrote: > From: Eric Dumazet > > Calling napi_hash_del() after netif_napi_del() is pointless. > > Signed-off-by: Eric Dumazet > Cc: Edward Cree > Cc: Bert Kenward > --- > drivers/net/ethernet/sfc/efx.c |5 ++--- > 1 file changed, 2 insertions(+), 3 deletion

[PATCH net-next] sfc: remove napi_hash_del() call

2016-11-16 Thread Eric Dumazet
From: Eric Dumazet Calling napi_hash_del() after netif_napi_del() is pointless. Signed-off-by: Eric Dumazet Cc: Edward Cree Cc: Bert Kenward --- drivers/net/ethernet/sfc/efx.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers