Re: [PATCH net-next] net/mlx5e: remove napi_hash_del() calls

2016-11-16 Thread Eric Dumazet
On Wed, 2016-11-16 at 05:55 -0800, Eric Dumazet wrote: > From: Eric Dumazet > > Calling napi_hash_del() after netif_napi_del() is pointless. > > Signed-off-by: Eric Dumazet > Cc: Saeed Mahameed > --- > drivers/net/ethernet/mellanox/mlx5/core/en_main.c |4 > 1 file changed, 4 deletion

[PATCH net-next] net/mlx5e: remove napi_hash_del() calls

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: Saeed Mahameed --- drivers/net/ethernet/mellanox/mlx5/core/en_main.c |4 1 file changed, 4 deletions(-)