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

2013-06-11 Thread Keller, Jacob E
> -Original Message-
> From: netdev-ow...@vger.kernel.org [mailto:netdev-
> ow...@vger.kernel.org] On Behalf Of Eric Dumazet
> Sent: Monday, June 10, 2013 7:59 AM
> To: Eliezer Tamir
> Cc: David Miller; linux-kernel@vger.kernel.org; net...@vger.kernel.org;
> Brandeburg, 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 +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 after netif_napi_add().
> >
> > Signed-off-by: Alexander Duyck 
> > Signed-off-by: Jesse Brandeburg 
> > Signed-off-by: Eliezer Tamir 
> > ---
> 
> Reviewed-by: Eric Dumazet 
> 
> 
> --

Acked-by: Jacob Keller 



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

2013-06-11 Thread Keller, Jacob E
 -Original Message-
 From: netdev-ow...@vger.kernel.org [mailto:netdev-
 ow...@vger.kernel.org] On Behalf Of Eric Dumazet
 Sent: Monday, June 10, 2013 7:59 AM
 To: Eliezer Tamir
 Cc: David Miller; linux-kernel@vger.kernel.org; net...@vger.kernel.org;
 Brandeburg, 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 +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 after netif_napi_add().
 
  Signed-off-by: Alexander Duyck alexander.h.du...@intel.com
  Signed-off-by: Jesse Brandeburg jesse.brandeb...@intel.com
  Signed-off-by: Eliezer Tamir eliezer.ta...@linux.intel.com
  ---
 
 Reviewed-by: Eric Dumazet eduma...@google.com
 
 
 --

Acked-by: Jacob Keller jacob.e.kel...@intel.com



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 after netif_napi_add().
> 
> Signed-off-by: Alexander Duyck 
> Signed-off-by: Jesse Brandeburg 
> Signed-off-by: Eliezer Tamir 
> ---

Reviewed-by: Eric Dumazet 


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 after netif_napi_add().
 
 Signed-off-by: Alexander Duyck alexander.h.du...@intel.com
 Signed-off-by: Jesse Brandeburg jesse.brandeb...@intel.com
 Signed-off-by: Eliezer Tamir eliezer.ta...@linux.intel.com
 ---

Reviewed-by: Eric Dumazet eduma...@google.com


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/