[libvirt] [PATCH v4 5/7] bandwidth: Implement functions to enable and disable QoS

Laine Stump laine at laine.org
Fri Jul 22 18:49:43 UTC 2011


On 07/22/2011 10:07 AM, Michal Privoznik wrote:
> These function executes 'tc' with appropriate arguments to set
> desired QoS setting on interface or bridge during its creation.
> ---
>   configure.ac                |    4 +
>   libvirt.spec.in             |    2 +-
>   src/libvirt_private.syms    |    2 +
>   src/network/bridge_driver.c |   18 +++++
>   src/qemu/qemu_command.c     |   11 +++-
>   src/util/macvtap.c          |   12 +++-
>   src/util/macvtap.h          |    3 +-
>   src/util/network.c          |  161 +++++++++++++++++++++++++++++++++++++++++++
>   src/util/network.h          |    3 +
>   9 files changed, 212 insertions(+), 4 deletions(-)

ACK.




More information about the libvir-list mailing list