Comment 23 for bug 1560963

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/357865
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=84b3ae3ae9111e241352bdccad238c9fd37b83df
Submitter: Jenkins
Branch: master

commit 84b3ae3ae9111e241352bdccad238c9fd37b83df
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Aug 16 08:50:35 2016 +0100

    Linux Bridge: driver support for QoS egress minimum bandwidth

    This patch provides the Linux Bridge agent driver the ability to control
    Linux Traffic Control (TC) to set the minimum required transmission rate
    for an interface.

    The TC library is refactored to use HTB qdiscs. This allows TC to
    define, for several flows in the same interface, the maximum and the
    minimum network bandwidth and the burst size.

    To be able to do traffic shaping (instead of policing) for ingress
    traffic, a new element, the Intermediate Functional Block device (IFB)
    is introduced.

    DocImpact
    Partial-Bug: #1560963

    Change-Id: I4d4db54519f1435068d1af38819404d1e5d9cd52