tripleo-heat-templates/releasenotes/notes/ovs-dpdk-pmd-params-55df11e67acb6736.yaml
yogananth subramanian 443498e69f Support for OVS DPDK pmd auto balance parameters.
This patch adds 3 new role specific THT parameters to configure OVS DPDK
pmd auto balance feature, OvsPmdLoadThreshold (PMD load threshold)
OvsPmdImprovementThreshold (variance in PMD improvement threshold)
OvsPmdRebalInterval (minimum time between 2 consecutive
PMD auto load balancing iterations).

Depends-On: https://review.opendev.org/c/openstack/tripleo-ansible/+/790251
Signed-off-by: yogananth subramanian <ysubrama@redhat.com>
Change-Id: Id74ba956cf29241c93849602ab05c21c1ccb2b06
(cherry picked from commit ec444622dc)
2021-06-25 11:15:28 +05:30

8 lines
333 B
YAML

---
features:
- Add support for OVS DPDK pmd auto balance parameters.
This feature adds 3 new role specific THT parameters to set
pmd-auto-lb-load-threshold, pmd-auto-lb-improvement-threshold,
and pmd-auto-lb-rebal-interval in OVS through OvsPmdLoadThreshold,
OvsPmdImprovementThreshold and OvsPmdRebalInterval respectively.