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

Mussar, Gary gmussar at ciena.com
Thu Sep 22 16:34:25 CEST 2016


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 with it before it gets applied to master?

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
> 
> 
> 
> > -----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 <gmussar at ciena.com>
> > 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 under a subdirectory.
> > eg.
> > > dpdk-devbind.py --status
> > 0000:00:03.0 'Virtio network device' if= drv=virtio-pci unused=
> >
> > This change searches for the first "net" directory under the device
> > directory hierarchy.
> > eg.
> > 0000:00:03.0 'Virtio network device' if=ens3 drv=virtio-pci unused=
> >
> > Fixes: 629395b063e8 ("igb_uio: remove PCI id table")
> >
> > Signed-off-by: Gary Mussar <gmussar at ciena.com>
> 
> Thanks for that.
> 
> Note, the subject line should be lowercase but apart from that:
> 
> Acked-by: John McNamara <john.mcnamara at intel.com>
> 
> 



More information about the dev mailing list