From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pdump: revert PCI device name conversion Date: Wed, 26 Oct 2016 21:55:17 +0200 Message-ID: <4210213.G7vMMvs7Bk@xps13> References: <1477413098-3121-1-git-send-email-reshma.pattan@intel.com> <9F7182E3F746AB4EA17801C148F3C60409E15CB7@IRSMSX101.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Pattan, Reshma" Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 46808BB10 for ; Wed, 26 Oct 2016 21:55:19 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id 140so35650960wmv.0 for ; Wed, 26 Oct 2016 12:55:19 -0700 (PDT) In-Reply-To: <9F7182E3F746AB4EA17801C148F3C60409E15CB7@IRSMSX101.ger.corp.intel.com> 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" > > Earlier ethdev library created the device names in the "bus:device.func" > > format hence pdump library implemented its own conversion method for > > changing the user passed device name format "domain:bus:device.func" to > > "bus:device.func" > > for finding the port id using device name using ethdev library calls. Now after > > ethdev and eal rework http://dpdk.org/dev/patchwork/patch/15855/, > > the device names are created in the format "domain:bus:device.func", so > > pdump library conversion is not needed any more, hence removed the > > corresponding code. > > > > Signed-off-by: Reshma Pattan > > Acked-by: Fan Zhang Applied, thanks