From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Lakkireddy Subject: [PATCH 0/5] cxgbe: add features to CXGBE PMD Date: Fri, 6 May 2016 13:13:14 +0530 Message-ID: Cc: Kumar Sanghvi , Nirranjan Kirubaharan To: dev@dpdk.org Return-path: Received: from stargate3.asicdesigners.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id 8136947D0 for ; Fri, 6 May 2016 09:44:47 +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 patch series add some features to CXGBE PMD. Patch 1 fixes a bug where reading/writing PCI config space in BSD fails with EPERM due to missing write permission when opening /dev/pci/. Patch 2 adds support to access PCI config space for CXGBE PMD. Patch 3 programs PCIe completion timeout to 4 sec. Patch 4 adds support to get/set EEPROM. Patch 5 adds support to get register dump. Rahul Lakkireddy (5): pci: fix access to PCI config space in bsd cxgbe: add support to access PCI config space cxgbe: set default PCIe completion timeout cxgbe: add support to get/set EEPROM cxgbe: add support to get register dump doc/guides/nics/overview.rst | 4 +- drivers/net/cxgbe/base/adapter.h | 138 ++++- drivers/net/cxgbe/base/common.h | 11 +- drivers/net/cxgbe/base/t4_hw.c | 1047 ++++++++++++++++++++++++++++++++++- drivers/net/cxgbe/base/t4_hw.h | 5 +- drivers/net/cxgbe/cxgbe_ethdev.c | 167 ++++++ lib/librte_eal/bsdapp/eal/eal_pci.c | 4 +- 7 files changed, 1368 insertions(+), 8 deletions(-) -- 2.5.3