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

Mcnamara, John john.mcnamara at intel.com
Fri Sep 2 17:23:34 CEST 2016



> -----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