From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 02 Jun 2016 07:43:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,406,1459839600"; d="scan'208";a="114869568" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.54]) by fmsmga004.fm.intel.com with SMTP; 02 Jun 2016 07:43:22 -0700 Received: by (sSMTP sendmail emulation); Thu, 02 Jun 2016 15:43:22 +0025 Date: Thu, 2 Jun 2016 15:43:22 +0100 From: Bruce Richardson To: Rahul Lakkireddy Cc: dev@dpdk.org, Kumar Sanghvi , Nirranjan Kirubaharan Message-ID: <20160602144321.GA15312@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 0/5] cxgbe: add features to CXGBE PMD 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: Thu, 02 Jun 2016 14:53:30 -0000 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