RE: [PATCH v10 net-next 5/6] ixgbe: add support for ndo_ll_poll

2013-06-11 Thread Keller, Jacob E
burg, Jesse; Skidmore, Donald C; e1000- > de...@lists.sourceforge.net; Willem de Bruijn; Ben Hutchings; Andi > Kleen; HPA; Eilon Greenstien; Or Gerlitz; Amir Vadai; Eliezer Tamir > Subject: Re: [PATCH v10 net-next 5/6] ixgbe: add support for ndo_ll_poll > > On Mon, 2013-06-10 at 11:40

Re: [PATCH v10 net-next 5/6] ixgbe: add support for ndo_ll_poll

2013-06-10 Thread Eric Dumazet
On Mon, 2013-06-10 at 11:40 +0300, Eliezer Tamir wrote: > Add the ixgbe driver code implementing ndo_ll_poll. > Adds ndo_ll_poll method and locking between it and the napi poll. > When receiving a packet we use skb_mark_ll to record the napi it came from. > Add each napi to the napi_hash right afte

[PATCH v10 net-next 5/6] ixgbe: add support for ndo_ll_poll

2013-06-10 Thread Eliezer Tamir
Add the ixgbe driver code implementing ndo_ll_poll. Adds ndo_ll_poll method and locking between it and the napi poll. When receiving a packet we use skb_mark_ll to record the napi it came from. Add each napi to the napi_hash right after netif_napi_add(). Signed-off-by: Alexander Duyck Signed-off-