After deriving VF representor name on host based on BDF info in
'hostdev' and querying net sysfs entries, virNetDevTapInterfaceStats
defined in virnetdevtap.c already serves the purpose for returning
stats based on interface name.
Is it ok to define a macro as follows to avoid duplicate code or sh
Thanks Daniel for the feedback.
On Wed, Jan 31, 2018 at 5:07 PM, Daniel P. Berrangé wrote:
> On Wed, Jan 31, 2018 at 05:02:59PM +0530, Jai Singh Rana wrote:
>> Hi All,
>>
>> Currently libvirt does not support networks interface stats for
>> .
>>
>> With availability of switchdev model in linux, i
On Wed, Jan 31, 2018 at 05:02:59PM +0530, Jai Singh Rana wrote:
> Hi All,
>
> Currently libvirt does not support networks interface stats for
> .
>
> With availability of switchdev model in linux, it is possible to
> capture stats for SR-IOV VFs on host using its VF representor
> interface on hos
Hi All,
Currently libvirt does not support networks interface stats for
.
With availability of switchdev model in linux, it is possible to
capture stats for SR-IOV VFs on host using its VF representor
interface on host for nics supporting switchdev model.
https://github.com/torvalds/linux/blob/m