[dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names

2016-09-23 Thread Yuanhan Liu
ssar > > Subject: [dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names > > > > The dpdk-devbind.py script does not find/display the ifname for virtio > > interfaces since the "net" directory is not directly under the device > > directory but rather u

[dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names

2016-09-23 Thread Yuanhan Liu
On Thu, Sep 22, 2016 at 04:46:52PM +0200, Thomas Monjalon wrote: > 2016-09-22 10:34, Mussar, Gary: > > I am new at submitting patches to dpdk.org. This patch has been acked and > > patchwork claims success on build it: > > http://www.dpdk.org/dev/patchwork/patch/15595/ > > > > Other users state

[dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names

2016-09-23 Thread Thomas Monjalon
2016-09-23 15:36, Yuanhan Liu: > On Thu, Sep 22, 2016 at 04:46:52PM +0200, Thomas Monjalon wrote: > > 2016-09-22 10:34, Mussar, Gary: > > > I am new at submitting patches to dpdk.org. This patch has been acked and > > > patchwork claims success on build it: > > > http://www.dpdk.org/dev/patchwork

[dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names

2016-09-22 Thread Thomas Monjalon
2016-09-22 10:34, Mussar, Gary: > I am new at submitting patches to dpdk.org. This patch has been acked and > patchwork claims success on build it: > http://www.dpdk.org/dev/patchwork/patch/15595/ > > Other users state it has corrected their problems. Am I supposed to be doing > something else

[dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names

2016-09-22 Thread Mussar, Gary
? Gary > -Original Message- > From: Mcnamara, John [mailto:john.mcnamara at intel.com] > Sent: Friday, September 02, 2016 11:24 AM > To: Mussar, Gary; dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names > > > &

[dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names

2016-09-02 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Gary Mussar > Sent: Friday, September 2, 2016 2:17 PM > To: dev at dpdk.org > Cc: Gary Mussar > Subject: [dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names > > The dpd

[dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names

2016-09-02 Thread Gary Mussar
The dpdk-devbind.py script does not find/display the ifname for virtio interfaces since the "net" directory is not directly under the device directory but rather under a subdirectory. eg. > dpdk-devbind.py --status :00:03.0 'Virtio network device' if= drv=virtio-pci unused= This change searche