From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 0/5] cxgbe: add features to CXGBE PMD Date: Thu, 2 Jun 2016 15:43:22 +0100 Message-ID: <20160602144321.GA15312@bricha3-MOBL3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Kumar Sanghvi , Nirranjan Kirubaharan To: Rahul Lakkireddy Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8FC564B79 for ; Thu, 2 Jun 2016 16:53:29 +0200 (CEST) Content-Disposition: inline In-Reply-To: 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" On Fri, May 06, 2016 at 01:13:14PM +0530, Rahul Lakkireddy wrote: > 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 > Applied to dpdk-next-net/rel_16_07 /Bruce