Re: [PATCH net-next 1/2] bnxt_en: do not call napi_hash_add()

2016-11-09 Thread David Miller
From: Eric Dumazet 
Date: Tue, 08 Nov 2016 11:06:53 -0800

> From: Eric Dumazet 
> 
> This is automatically done from netif_napi_add(), and we want to not
> export napi_hash_add() anymore in the following patch.
> 
> Signed-off-by: Eric Dumazet 

Applied.


Re: [PATCH net-next 1/2] bnxt_en: do not call napi_hash_add()

2016-11-08 Thread Michael Chan
On Tue, Nov 8, 2016 at 11:06 AM, Eric Dumazet  wrote:
>
> From: Eric Dumazet 
>
> This is automatically done from netif_napi_add(), and we want to not
> export napi_hash_add() anymore in the following patch.
>
> Signed-off-by: Eric Dumazet 
> Cc: Michael Chan 

Acked-by: Michael Chan 


[PATCH net-next 1/2] bnxt_en: do not call napi_hash_add()

2016-11-08 Thread Eric Dumazet
From: Eric Dumazet 

This is automatically done from netif_napi_add(), and we want to not
export napi_hash_add() anymore in the following patch.

Signed-off-by: Eric Dumazet 
Cc: Michael Chan 
---
 drivers/net/ethernet/broadcom/bnxt/bnxt.c |1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.c 
b/drivers/net/ethernet/broadcom/bnxt/bnxt.c
index 
a042da1ff4b90e9aae4f76db71c99c2c4da321d3..d313b02485a10b2b7995076578ce3632865b475f
 100644
--- a/drivers/net/ethernet/broadcom/bnxt/bnxt.c
+++ b/drivers/net/ethernet/broadcom/bnxt/bnxt.c
@@ -4954,7 +4954,6 @@ static void bnxt_init_napi(struct bnxt *bp)
bnapi = bp->bnapi[cp_nr_rings];
netif_napi_add(bp->dev, >napi,
   bnxt_poll_nitroa0, 64);
-   napi_hash_add(>napi);
}
} else {
bnapi = bp->bnapi[0];