443498e69f
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
)
8 lines
333 B
YAML
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.
|