[libvirt] [PATCH 0/2] Xen: Support vif outging bandwidth QoS

Jim Fehlig jfehlig at suse.com
Tue Dec 29 01:09:50 UTC 2015


Happy Holidays! :-)

This small series adds support for specifying vif outgoing rate limits
in Xen. The first patch adds support for converting rate limits between
xl/xm config and domXML, along with introducing a test for the conversion
logic. The second patch adds outgoing rate limiting to the libxl driver.

Jim Fehlig (2):
  xenconfig: support parsing and formatting vif bandwidth
  libxl: support vif outgoing bandwidth QoS

 src/libxl/libxl_conf.c               | 39 ++++++++++++++++++
 src/xenconfig/xen_common.c           | 77 ++++++++++++++++++++++++++++++++++++
 tests/xlconfigdata/test-vif-rate.cfg | 26 ++++++++++++
 tests/xlconfigdata/test-vif-rate.xml | 57 ++++++++++++++++++++++++++
 tests/xlconfigtest.c                 |  1 +
 5 files changed, 200 insertions(+)
 create mode 100644 tests/xlconfigdata/test-vif-rate.cfg
 create mode 100644 tests/xlconfigdata/test-vif-rate.xml

-- 
2.1.4




More information about the libvir-list mailing list