summaryrefslogtreecommitdiff
path: root/Documentation/topics
diff options
context:
space:
mode:
authorKevin Traynor <ktraynor@redhat.com>2021-12-20 14:38:44 +0000
committerIlya Maximets <i.maximets@ovn.org>2022-01-18 13:00:09 +0100
commit1b9fd884f593e6d889808977c2b83b53f4ee550f (patch)
tree75e7d8a9aba3d6f6327c6a318cc17cf335127aae /Documentation/topics
parent09192a815e7b17ab12ae13ea37d3cdb2b946a9e1 (diff)
downloadopenvswitch-1b9fd884f593e6d889808977c2b83b53f4ee550f.tar.gz
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 <ktraynor@redhat.com> Acked-by: Sunil Pai G <sunil.pai.g@intel.com> Acked-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation/topics')
-rw-r--r--Documentation/topics/dpdk/pmd.rst4
1 files changed, 2 insertions, 2 deletions
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