From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/ixgbe: Wrong PCI ids for PMD_INFO_STRING. Date: Fri, 21 Jul 2017 11:51:47 +0100 Message-ID: <61677e45-f68f-7f9c-0e99-547598bcee46@intel.com> References: <20170721112538.13523-1-asm@asm.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Leonid Myravjev To: Leonid Myravjev , dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8F42C29AC for ; Fri, 21 Jul 2017 12:51:56 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/21/2017 11:29 AM, Ferruh Yigit wrote: > On 7/21/2017 12:25 PM, Leonid Myravjev wrote: >> The pci_id_ixgbe_map table has only PCI_ANY_ID for >> .subvend and .subdev in all entries. Using of IXGBE_SUBDEV_ID_82599_SFP >> for 'dev' is not correct. It generates the wrong PMD_INFO_STRING. >> The output of the program "dpdk-pmdinfo.py" is confusing. >> >> Signed-off-by: Leonid Myravjev > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.