[libvirt] [PATCH v3 0/4] Gathering network interface statistics with openvswitch

Mehdi Abaakouk sileht at sileht.net
Fri Nov 18 22:51:12 UTC 2016


This new version removes the virstat.c from locale configuration.

It also adds a new commit to autodected the ifname of the ovs vhostuser.

Mehdi Abaakouk (4):
  Gathering vhostuser interface stats with ovs
  virstat: fix signature of virstat helper
  Move virstat.c code to virnetdevtap.c
  domain_conf: autodetect vhostuser ifname

 po/POTFILES.in                  |   1 -
 src/Makefile.am                 |   1 -
 src/conf/domain_conf.c          |  10 +++
 src/libvirt_private.syms        |   5 +-
 src/libxl/libxl_driver.c        |   4 +-
 src/lxc/lxc_driver.c            |   3 +-
 src/openvz/openvz_driver.c      |   4 +-
 src/qemu/qemu_driver.c          |  31 +++++--
 src/uml/uml_driver.c            |   1 -
 src/util/virnetdevopenvswitch.c | 106 ++++++++++++++++++++++++
 src/util/virnetdevopenvswitch.h |   4 +
 src/util/virnetdevtap.c         | 143 ++++++++++++++++++++++++++++++++
 src/util/virnetdevtap.h         |   3 +
 src/util/virstats.c             | 178 ----------------------------------------
 src/util/virstats.h             |  31 -------
 src/xen/xen_hypervisor.c        |   4 +-
 16 files changed, 298 insertions(+), 231 deletions(-)
 delete mode 100644 src/util/virstats.c
 delete mode 100644 src/util/virstats.h

-- 
2.10.2




More information about the libvir-list mailing list