Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753561Ab3FJO7e (ORCPT ); Mon, 10 Jun 2013 10:59:34 -0400 Received: from mail-ea0-f169.google.com ([209.85.215.169]:63794 "EHLO mail-ea0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753236Ab3FJO7c (ORCPT ); Mon, 10 Jun 2013 10:59:32 -0400 Message-ID: <1370876366.3252.6.camel@edumazet-glaptop> Subject: Re: [PATCH v10 net-next 5/6] ixgbe: add support for ndo_ll_poll From: Eric Dumazet To: Eliezer Tamir Cc: David Miller , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Jesse Brandeburg , Don Skidmore , e1000-devel@lists.sourceforge.net, Willem de Bruijn , Ben Hutchings , Andi Kleen , HPA , Eilon Greenstien , Or Gerlitz , Amir Vadai , Eliezer Tamir Date: Mon, 10 Jun 2013 07:59:26 -0700 In-Reply-To: <20130610084020.6955.48255.stgit@ladj378.jer.intel.com> References: <20130610083929.6955.87206.stgit@ladj378.jer.intel.com> <20130610084020.6955.48255.stgit@ladj378.jer.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 813 Lines: 19 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/