* [PATCH net-next 1/2] bnxt_en: do not call napi_hash_add()
@ 2016-11-08 19:06 Eric Dumazet
2016-11-08 21:25 ` Michael Chan
2016-11-10 2:16 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Eric Dumazet @ 2016-11-08 19:06 UTC (permalink / raw)
To: David Miller; +Cc: netdev, Michael Chan
From: Eric Dumazet <edumazet@google.com>
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 <edumazet@google.com>
Cc: Michael Chan <michael.chan@broadcom.com>
---
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, &bnapi->napi,
bnxt_poll_nitroa0, 64);
- napi_hash_add(&bnapi->napi);
}
} else {
bnapi = bp->bnapi[0];
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next 1/2] bnxt_en: do not call napi_hash_add()
2016-11-08 19:06 [PATCH net-next 1/2] bnxt_en: do not call napi_hash_add() Eric Dumazet
@ 2016-11-08 21:25 ` Michael Chan
2016-11-10 2:16 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Michael Chan @ 2016-11-08 21:25 UTC (permalink / raw)
To: Eric Dumazet; +Cc: David Miller, netdev
On Tue, Nov 8, 2016 at 11:06 AM, Eric Dumazet <eric.dumazet@gmail.com> wrote:
>
> From: Eric Dumazet <edumazet@google.com>
>
> 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 <edumazet@google.com>
> Cc: Michael Chan <michael.chan@broadcom.com>
Acked-by: Michael Chan <michael.chan@broadcom.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next 1/2] bnxt_en: do not call napi_hash_add()
2016-11-08 19:06 [PATCH net-next 1/2] bnxt_en: do not call napi_hash_add() Eric Dumazet
2016-11-08 21:25 ` Michael Chan
@ 2016-11-10 2:16 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-11-10 2:16 UTC (permalink / raw)
To: eric.dumazet; +Cc: netdev, michael.chan
From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Tue, 08 Nov 2016 11:06:53 -0800
> From: Eric Dumazet <edumazet@google.com>
>
> 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 <edumazet@google.com>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-10 2:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-08 19:06 [PATCH net-next 1/2] bnxt_en: do not call napi_hash_add() Eric Dumazet
2016-11-08 21:25 ` Michael Chan
2016-11-10 2:16 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).