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 2C9C5595E for ; Tue, 7 Jul 2015 19:12:51 +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 t67HCiGS015227; Tue, 7 Jul 2015 10:12:44 -0700 From: Rahul Lakkireddy To: dev@dpdk.org Date: Tue, 7 Jul 2015 22:42:27 +0530 Message-Id: X-Mailer: git-send-email 2.4.1 Cc: Felix Marti , Kumar Sanghvi , Nirranjan Kirubaharan Subject: [dpdk-dev] [PATCH 0/3] cxgbe: RX perf fixes, doc update, and add support for more devices 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: Tue, 07 Jul 2015 17:12:51 -0000 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