From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 3/9] cxgbe: add device configuration and RX support for cxgbe PMD. Date: Sun, 28 Jun 2015 21:34:28 +0200 Message-ID: <3158459.1OISc1OIs3@xps13> References: <1221eb246c993a64b88350542ac9198be69876d9.1434628361.git.rahul.lakkireddy@chelsio.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi To: Rahul Lakkireddy Return-path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 1A8CCC5C8 for ; Sun, 28 Jun 2015 21:35:38 +0200 (CEST) Received: by wicnd19 with SMTP id nd19so82283971wic.1 for ; Sun, 28 Jun 2015 12:35:38 -0700 (PDT) In-Reply-To: <1221eb246c993a64b88350542ac9198be69876d9.1434628361.git.rahul.lakkireddy@chelsio.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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).