Re: [libvirt] [PATCH v2 2/2] qemu: conf: Network stats support for hostdev VF Representor

2018-02-21 Thread Jai Singh Rana
Again thanks for the feedback for this patch set. Helps me a lot. Will take care feedback in v3. On Wed, Feb 21, 2018 at 4:00 AM, John Ferlan wrote: > > > On 02/12/2018 03:07 AM, Jai Singh Rana wrote: >> In case of , return stats if its a Switchdev >> VF Representor interface of pci SR-IOV devic

Re: [libvirt] [PATCH v2 2/2] qemu: conf: Network stats support for hostdev VF Representor

2018-02-20 Thread John Ferlan
On 02/12/2018 03:07 AM, Jai Singh Rana wrote: > In case of , return stats if its a Switchdev > VF Representor interface of pci SR-IOV device. > --- > v2 fixes bracket spacing in domain_conf.c > > src/conf/domain_conf.c | 7 +++ > src/qemu/qemu_driver.c | 34 ++--

[libvirt] [PATCH v2 2/2] qemu: conf: Network stats support for hostdev VF Representor

2018-02-12 Thread Jai Singh Rana
In case of , return stats if its a Switchdev VF Representor interface of pci SR-IOV device. --- v2 fixes bracket spacing in domain_conf.c src/conf/domain_conf.c | 7 +++ src/qemu/qemu_driver.c | 34 ++ 2 files changed, 37 insertions(+), 4 deletions(-) diff --