From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from stargate3.asicdesigners.com (stargate.chelsio.com [67.207.112.58]) by dpdk.org (Postfix) with ESMTP id 55BD0C47C for ; Mon, 29 Jun 2015 19:49:09 +0200 (CEST) Received: from localhost (scalar.blr.asicdesigners.com [10.193.185.94]) by stargate3.asicdesigners.com (8.13.8/8.13.8) with ESMTP id t5THn1gf003006; Mon, 29 Jun 2015 10:49:02 -0700 Date: Tue, 30 Jun 2015 04:48:41 +0530 From: Rahul Lakkireddy To: Thomas Monjalon Message-ID: <20150629231839.GA24385@scalar.blr.asicdesigners.com> References: <1221eb246c993a64b88350542ac9198be69876d9.1434628361.git.rahul.lakkireddy@chelsio.com> <3158459.1OISc1OIs3@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3158459.1OISc1OIs3@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi Subject: Re: [dpdk-dev] [PATCH v3 3/9] cxgbe: add device configuration and RX support for cxgbe PMD. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 17:49:09 -0000 On Sun, Jun 28, 2015 at 21:34:28 +0200, Thomas Monjalon wrote: > 2015-06-18 17:47, Rahul Lakkireddy: > > Adds RX support for the cxgbe poll mode driver. This patch: > > > > 1. Adds rx queue related eth_dev_ops. > > 2. Adds RSS support. > > 3. Adds dev_configure() and dev_infos_get() eth_dev_ops. > > 4. Adds rx_pkt_burst for receiving packets. > > > > Signed-off-by: Rahul Lakkireddy > > Signed-off-by: Kumar Sanghvi > > This patch doesn't build with 32-bit GCC because of some printf args (%lu). I have fixed it in v4. Will post it soon. Thanks, Rahul.