Re: [libvirt] [PATCH v4 5/6] qemu: Network stats support for VF Representor

2018-07-17 Thread John Ferlan
On 06/28/2018 09:22 AM, Jai Singh Rana wrote: > In case of pci SR-IOV device with interface_type as 'hostdev', return > network stats if it has a VF Representor interface enabled on host for > pci SR-IOV device according to switchdev model. > > Signed-off-by: Jai Singh Rana > --- > src/qemu/q

[libvirt] [PATCH v4 5/6] qemu: Network stats support for VF Representor

2018-06-28 Thread Jai Singh Rana
In case of pci SR-IOV device with interface_type as 'hostdev', return network stats if it has a VF Representor interface enabled on host for pci SR-IOV device according to switchdev model. Signed-off-by: Jai Singh Rana --- src/qemu/qemu_driver.c | 34 ++ 1 file ch