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

2016-08-26 Thread 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: :00:04.0 'Virtio network device' if= drv=virtio-pci unused=virtio_pci,igb_uio Though for other drivers this works. Samp

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

2016-08-25 Thread 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: :00:04.0 'Virtio network device' if= drv=virtio-pci unused=virtio_pci,igb_uio Though for other drivers this works. Samp