From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Lakkireddy Subject: [PATCH 0/3] cxgbe: RX perf fixes, doc update, and add support for more devices Date: Tue, 7 Jul 2015 22:42:27 +0530 Message-ID: Cc: Felix Marti , Kumar Sanghvi , Nirranjan Kirubaharan To: dev@dpdk.org Return-path: Received: from stargate3.asicdesigners.com (stargate.chelsio.com [67.207.112.58]) by dpdk.org (Postfix) with ESMTP id 2C9C5595E for ; Tue, 7 Jul 2015 19:12:51 +0200 (CEST) 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" This series of patches do the following: 1. RX performance fixes for cxgbe Poll Mode Driver. 2. Add more supported Chelsio T5 device ids. 3. Update cxgbe documentation to include instructions on how to flash firmware and enable/disable flow control. Also, provide a list of supported Chelsio T5 devices. Rahul Lakkireddy (3): cxgbe: Fix RX performance for cxgbe PMD. cxgbe: Add more supported Chelsio T5 devices. doc: Update cxgbe documentation doc/guides/nics/cxgbe.rst | 84 ++++++++++- drivers/net/cxgbe/base/adapter.h | 2 + drivers/net/cxgbe/base/t4_pci_id_tbl.h | 3 + drivers/net/cxgbe/base/t4_regs_values.h | 1 + drivers/net/cxgbe/sge.c | 239 ++++++++++++-------------------- 5 files changed, 175 insertions(+), 154 deletions(-) -- 2.4.1