[libvirt] [PATCH v5 0/7] Per domain bandwidth settings

Dmitry Guryanov dguryanov at virtuozzo.com
Thu Jan 21 12:48:46 UTC 2016


On Mon, 2016-01-18 at 13:08 +0300, Alexander Burluka wrote:
> We decide to make a global per domain bandwidth setting
> as were discussed in mailing list earlier.
> This patchset implements hierarchy top level cpu.cfs_period_us
> and cpu.cfs_quota_us control knob. I've named this parameters
> as global_period and global_quota.
> 

All issues have been fixed, so ACK from me to the series.


> Changes in v2: add XML validation test
> Changes in v3: remove unneccessary cgroup copying
> Changes in v4: fix little rebase error
> Changes in v5: rebase to version 1.3.1
> 
> Alexander Burluka (7):
>   Add global period definitions
>   Add global quota parameter necessary definitions
>   Add error checking on global quota and period
>   Add global_period and global_quota XML validation test
>   Rename qemuSetupCgroupVcpuBW to qemuSetupBandwidthCgroup
>   Implement qemuSetupGlobalCpuCgroup
>   Implement handling of per-domain bandwidth settings
> 
>  docs/schemas/domaincommon.rng                   |  10 +++
>  include/libvirt/libvirt-domain.h                |  32 ++++++++
>  src/conf/domain_conf.c                          |  37 +++++++++
>  src/conf/domain_conf.h                          |   2 +
>  src/qemu/qemu_cgroup.c                          |  68 ++++++++++++++--
>  src/qemu/qemu_cgroup.h                          |   7 +-
>  src/qemu/qemu_command.c                         |   3 +-
>  src/qemu/qemu_driver.c                          | 102 ++++++++++++++++++++++--
>  src/qemu/qemu_process.c                         |   4 +
>  tests/qemuxml2argvdata/qemuxml2argv-cputune.xml |   2 +
>  10 files changed, 251 insertions(+), 16 deletions(-)
> 




More information about the libvir-list mailing list