From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id DB17D2BD2 for ; Thu, 25 Feb 2016 14:40:26 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 25 Feb 2016 05:40:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,498,1449561600"; d="scan'208";a="923720624" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.64]) by fmsmga002.fm.intel.com with SMTP; 25 Feb 2016 05:40:00 -0800 Received: by (sSMTP sendmail emulation); Thu, 25 Feb 2016 13:39:59 +0025 Date: Thu, 25 Feb 2016 13:39:59 +0000 From: Bruce Richardson To: Rahul Lakkireddy Message-ID: <20160225133959.GC20868@bricha3-MOBL3> References: <1456393073-10131-1-git-send-email-rahul.lakkireddy@chelsio.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456393073-10131-1-git-send-email-rahul.lakkireddy@chelsio.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, Kumar Sanghvi , Nirranjan Kirubaharan Subject: Re: [dpdk-dev] [PATCH v2] cxgbe: fix to copy pci info to ports under same PF 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, 25 Feb 2016 13:40:27 -0000 On Thu, Feb 25, 2016 at 03:07:53PM +0530, Rahul Lakkireddy wrote: > Chelsio NIC ports share a single PF. Move rte_eth_copy_pci_info() > to copy the pci device information to the remaining ports as well. > > Also update license year to 2016. > > Fixes: eeefe73f0af1 ("drivers: copy PCI device info to ethdev data") > > Signed-off-by: Rahul Lakkireddy > Signed-off-by: Kumar Sanghvi Applied to dpdk-next-net/rel_16_04 Thanks, /Bruce