diff mbox series

[ovs-dev,v3,4/6] dpif-netdev: Remove pmd-sleep-max experimental tag.

Message ID 20230710145453.57386-5-ktraynor@redhat.com
State Changes Requested
Headers show
Series PMD load based sleep updates and per-pmd config. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed

Commit Message

Kevin Traynor July 10, 2023, 2:54 p.m. UTC
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
---
 Documentation/topics/dpdk/pmd.rst | 4 ++--
 NEWS                              | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Ilya Maximets July 13, 2023, 9:14 p.m. UTC | #1
On 7/10/23 16:54, Kevin Traynor wrote:
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> Reviewed-by: David Marchand <david.marchand@redhat.com>
> ---
>  Documentation/topics/dpdk/pmd.rst | 4 ++--
>  NEWS                              | 1 +
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/topics/dpdk/pmd.rst b/Documentation/topics/dpdk/pmd.rst
> index bedd42194..40e6b7843 100644
> --- a/Documentation/topics/dpdk/pmd.rst
> +++ b/Documentation/topics/dpdk/pmd.rst
> @@ -325,6 +325,6 @@ 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.
>  
> -PMD load based sleeping (Experimental)
> ---------------------------------------
> +PMD load based sleeping
> +-----------------------
>  
>  PMD threads constantly poll Rx queues which are assigned to them. In order to
> diff --git a/NEWS b/NEWS
> index dd3d3aa91..ee8006563 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -48,4 +48,5 @@ Post-v3.1.0
>       * Add 'ovs-appctl dpif-netdev/pmd-sleep-show' command to get the
>         max sleep request setting of PMD thread cores.
> +     * Remove experimental tag from PMD load based sleeping.

Same comment as in patch #1.

>     - Linux TC offload:
>       * Add support for offloading VXLAN tunnels with the GBP extensions.
Kevin Traynor July 14, 2023, 1:12 p.m. UTC | #2
On 13/07/2023 22:14, Ilya Maximets wrote:
> On 7/10/23 16:54, Kevin Traynor wrote:
>> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
>> Reviewed-by: David Marchand <david.marchand@redhat.com>
>> ---
>>   Documentation/topics/dpdk/pmd.rst | 4 ++--
>>   NEWS                              | 1 +
>>   2 files changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/topics/dpdk/pmd.rst b/Documentation/topics/dpdk/pmd.rst
>> index bedd42194..40e6b7843 100644
>> --- a/Documentation/topics/dpdk/pmd.rst
>> +++ b/Documentation/topics/dpdk/pmd.rst
>> @@ -325,6 +325,6 @@ 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.
>>   
>> -PMD load based sleeping (Experimental)
>> ---------------------------------------
>> +PMD load based sleeping
>> +-----------------------
>>   
>>   PMD threads constantly poll Rx queues which are assigned to them. In order to
>> diff --git a/NEWS b/NEWS
>> index dd3d3aa91..ee8006563 100644
>> --- a/NEWS
>> +++ b/NEWS
>> @@ -48,4 +48,5 @@ Post-v3.1.0
>>        * Add 'ovs-appctl dpif-netdev/pmd-sleep-show' command to get the
>>          max sleep request setting of PMD thread cores.
>> +     * Remove experimental tag from PMD load based sleeping.
> 
> Same comment as in patch #1.
> 

Ack

>>      - Linux TC offload:
>>        * Add support for offloading VXLAN tunnels with the GBP extensions.
>
diff mbox series

Patch

diff --git a/Documentation/topics/dpdk/pmd.rst b/Documentation/topics/dpdk/pmd.rst
index bedd42194..40e6b7843 100644
--- a/Documentation/topics/dpdk/pmd.rst
+++ b/Documentation/topics/dpdk/pmd.rst
@@ -325,6 +325,6 @@  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.
 
-PMD load based sleeping (Experimental)
---------------------------------------
+PMD load based sleeping
+-----------------------
 
 PMD threads constantly poll Rx queues which are assigned to them. In order to
diff --git a/NEWS b/NEWS
index dd3d3aa91..ee8006563 100644
--- a/NEWS
+++ b/NEWS
@@ -48,4 +48,5 @@  Post-v3.1.0
      * Add 'ovs-appctl dpif-netdev/pmd-sleep-show' command to get the
        max sleep request setting of PMD thread cores.
+     * Remove experimental tag from PMD load based sleeping.
    - Linux TC offload:
      * Add support for offloading VXLAN tunnels with the GBP extensions.