[libvirt] [PATCH 0/7] Fix reversed stats/QoS for macvtap

Michal Privoznik mprivozn at redhat.com
Thu Oct 5 07:23:27 UTC 2017


On 10/02/2017 05:05 PM, Michal Privoznik wrote:
> This is initiated by:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1497410
> 
> Long story short, in some cases host and domain are on the same side of RX/TX
> stats/QoS.
> 
> Michal Privoznik (7):
>   lxc: Drop useless ifdef __linux__
>   qemuDomainInterfaceStats: Check for the actual type of interface
>   conf: Introduce virDomainNetFindByName
>   src: Use virDomainNetFindByName
>   virNetDevTapInterfaceStats: Allow caller to not swap the statistics
>   QoS: Set classes and filters in proper direction
>   libvirt-domain: Document interface stats POV
> 
>  src/conf/domain_conf.c         | 31 ++++++++++---
>  src/conf/domain_conf.h         | 38 +++++++++++++++-
>  src/libvirt-domain.c           |  4 +-
>  src/libvirt_private.syms       |  1 +
>  src/libxl/libxl_driver.c       | 23 +++++-----
>  src/lxc/lxc_driver.c           | 38 ++++++----------
>  src/lxc/lxc_process.c          |  3 +-
>  src/network/bridge_driver.c    |  2 +-
>  src/openvz/openvz_driver.c     | 23 +++++-----
>  src/qemu/qemu_command.c        |  3 +-
>  src/qemu/qemu_driver.c         | 41 +++++++++--------
>  src/qemu/qemu_hotplug.c        |  6 ++-
>  src/test/test_driver.c         | 28 +++---------
>  src/util/virnetdevbandwidth.c  | 43 ++++++++++++------
>  src/util/virnetdevbandwidth.h  |  3 +-
>  src/util/virnetdevtap.c        | 99 ++++++++++++++++++++++++++++--------------
>  src/util/virnetdevtap.h        |  3 +-
>  src/xen/xen_hypervisor.c       |  2 +-
>  tests/virnetdevbandwidthtest.c |  2 +-
>  19 files changed, 236 insertions(+), 157 deletions(-)
> 

Thanks John for all the fish^Wreviews. I've pushed this and I'm sending
the follow up patch for news.xml.

Michal




More information about the libvir-list mailing list