![Rodolfo Alonso Hernandez](/assets/img/avatar_default.png)
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
7 lines
237 B
YAML
7 lines
237 B
YAML
---
|
|
features:
|
|
- Linux Bridge now supports egress minimum bandwidth configuration.
|
|
deprecations:
|
|
- Configuration parameters ``kernel_hz`` and ``tbf_latency`` in ``QoS``
|
|
section have been removed, because tc-tbf is no longer used.
|