[dpdk-dev] [PATCH] pdump: revert PCI device name conversion

2016-10-26 Thread Thomas Monjalon
> > 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

[dpdk-dev] [PATCH] pdump: revert PCI device name conversion

2016-10-26 Thread Zhang, Roy Fan
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Reshma Pattan > Sent: Tuesday, October 25, 2016 5:32 PM > To: dev at dpdk.org > Cc: Pattan, Reshma > Subject: [dpdk-dev] [PATCH] pdump: revert PCI device name conversion > > Earlie

[dpdk-dev] [PATCH] pdump: revert PCI device name conversion

2016-10-25 Thread Reshma Pattan
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