From 1b9fd884f593e6d889808977c2b83b53f4ee550f Mon Sep 17 00:00:00 2001 From: Kevin Traynor Date: Mon, 20 Dec 2021 14:38:44 +0000 Subject: Documentation: Remove experimental tag for PMD ALB. PMD Auto Load Balance was introduced as an experimental feature in OVS 2.11. It is used to detect that the Rx queue to PMD assignments are no longer balanced and it would be better to reassign. It is disabled by default, and can be enabled with: $ ovs-vsctl set open_vswitch . other_config:pmd-auto-lb="true" Signed-off-by: Kevin Traynor Acked-by: Sunil Pai G Acked-by: David Marchand Signed-off-by: Ilya Maximets --- Documentation/topics/dpdk/pmd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/topics/dpdk/pmd.rst b/Documentation/topics/dpdk/pmd.rst index 582d92592..b259cc8b3 100644 --- a/Documentation/topics/dpdk/pmd.rst +++ b/Documentation/topics/dpdk/pmd.rst @@ -241,8 +241,8 @@ The Rx queues may be assigned to the cores in the following order:: Core 7: P0Q1 | P1Q2 Core 8: P1Q0 | -PMD Automatic Load Balance (experimental) ------------------------------------------ +PMD Automatic Load Balance +-------------------------- Cycle or utilization based allocation of Rx queues to PMDs is done to give an efficient load distribution based at the time of assignment. However, over time -- cgit v1.2.1