2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

dpif-netdev: Remove pmd-sleep-max experimental tag.

Reviewed-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
Kevin Traynor
2023-07-14 19:06:36 +01:00
committed by Ilya Maximets
parent bc6a6f82e5
commit ef4883a8df
2 changed files with 3 additions and 2 deletions

View File

@@ -324,8 +324,8 @@ A user can use this option to set a minimum frequency of Rx queue to PMD
reassignment due to PMD Auto Load Balance. For example, this could be set reassignment due to PMD Auto Load Balance. For example, this could be set
(in min) such that a reassignment is triggered at most every few hours. (in min) such that a reassignment is triggered at most every few hours.
PMD load based sleeping (Experimental) PMD load based sleeping
-------------------------------------- -----------------------
PMD threads constantly poll Rx queues which are assigned to them. In order to PMD threads constantly poll Rx queues which are assigned to them. In order to
reduce the CPU cycles they use, they can sleep for small periods of time reduce the CPU cycles they use, they can sleep for small periods of time

1
NEWS
View File

@@ -52,6 +52,7 @@ Post-v3.1.0
'pmd-maxsleep' is deprecated and will be removed in a future release. 'pmd-maxsleep' is deprecated and will be removed in a future release.
* 'ovs-appctl dpif-netdev/pmd-sleep-show' command was added to get the * 'ovs-appctl dpif-netdev/pmd-sleep-show' command was added to get the
max sleep configuration of PMD thread cores. max sleep configuration of PMD thread cores.
* Removed experimental tag from PMD load based sleeping.
- Linux TC offload: - Linux TC offload:
* Add support for offloading VXLAN tunnels with the GBP extensions. * Add support for offloading VXLAN tunnels with the GBP extensions.
- Python - Python