[dpdk-dev] [PATCH v3] tools: fix issue with virtio interfaces

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Oct 4 11:59:46 CEST 2016


2016-08-26 07:35, souvikdey33:
> 
> This change is required to have the interface name for virtio interfaces.
> When we execute the status command the for virtio inerfaces we get
> Sample output without the change:
> 0000:00:04.0 'Virtio network device' if= drv=virtio-pci unused=virtio_pci,igb_uio
> Though for other drivers this works.
> Sample output with the change:
> 0000:00:04.0 'Virtio network device' if=eth0 drv=virtio-pci unused=virtio_pci,igb_uio
> 
> souvikdey33 (1):
>   Signed-off-by: Souvik Dey <sodey at sonusnet.com>

The patch from Gary - which do not use subprocess - has been preferred:
	http://dpdk.org/patch/15595



More information about the dev mailing list