[11/11] doc: add Traffic Manager feature for ice

Message ID 20231128060934.2446-12-lihuisong@huawei.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers
Series add Traffic Manager feature |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/github-robot: build success github build: passed
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS

Commit Message

lihuisong (C) Nov. 28, 2023, 6:09 a.m. UTC
  Add Traffic Manager feature for ice.

Cc: stable@dpdk.org

Signed-off-by: Huisong Li <lihuisong@huawei.com>
---
 doc/guides/nics/features/ice.ini     | 1 +
 doc/guides/nics/features/ice_dcf.ini | 1 +
 2 files changed, 2 insertions(+)
  

Comments

Ferruh Yigit Nov. 28, 2023, 10:41 a.m. UTC | #1
On 11/28/2023 6:09 AM, Huisong Li wrote:
> Add Traffic Manager feature for ice.
> 
> Cc: stable@dpdk.org
> 
> Signed-off-by: Huisong Li <lihuisong@huawei.com>
> ---
>  doc/guides/nics/features/ice.ini     | 1 +
>  doc/guides/nics/features/ice_dcf.ini | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini
> index 13f8871dcc..d26ab7e6a9 100644
> --- a/doc/guides/nics/features/ice.ini
> +++ b/doc/guides/nics/features/ice.ini
> @@ -25,6 +25,7 @@ Unicast MAC filter   = Y
>  RSS hash             = Y
>  RSS key update       = Y
>  RSS reta update      = Y
> +Traffic manager      = Y
>  VLAN filter          = Y
>  CRC offload          = Y
>  VLAN offload         = Y
>

Please move below 'VLAN filter'



> diff --git a/doc/guides/nics/features/ice_dcf.ini b/doc/guides/nics/features/ice_dcf.ini
> index 3b11622d4c..210c08fc9a 100644
> --- a/doc/guides/nics/features/ice_dcf.ini
> +++ b/doc/guides/nics/features/ice_dcf.ini
> @@ -21,6 +21,7 @@ MTU update           = Y
>  Promiscuous mode     = Y
>  Allmulticast mode    = Y
>  Unicast MAC filter   = Y
> +Traffic manager      = Y
>  VLAN filter          = Y
>  VLAN offload         = Y
>  Extended stats       = Y
>

Please move below 'VLAN filter'
  
lihuisong (C) Nov. 28, 2023, 11:35 a.m. UTC | #2
在 2023/11/28 18:41, Ferruh Yigit 写道:
> On 11/28/2023 6:09 AM, Huisong Li wrote:
>> Add Traffic Manager feature for ice.
>>
>> Cc: stable@dpdk.org
>>
>> Signed-off-by: Huisong Li <lihuisong@huawei.com>
>> ---
>>   doc/guides/nics/features/ice.ini     | 1 +
>>   doc/guides/nics/features/ice_dcf.ini | 1 +
>>   2 files changed, 2 insertions(+)
>>
>> diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini
>> index 13f8871dcc..d26ab7e6a9 100644
>> --- a/doc/guides/nics/features/ice.ini
>> +++ b/doc/guides/nics/features/ice.ini
>> @@ -25,6 +25,7 @@ Unicast MAC filter   = Y
>>   RSS hash             = Y
>>   RSS key update       = Y
>>   RSS reta update      = Y
>> +Traffic manager      = Y
>>   VLAN filter          = Y
>>   CRC offload          = Y
>>   VLAN offload         = Y
>>
> Please move below 'VLAN filter'
Ack
>
>
>
>> diff --git a/doc/guides/nics/features/ice_dcf.ini b/doc/guides/nics/features/ice_dcf.ini
>> index 3b11622d4c..210c08fc9a 100644
>> --- a/doc/guides/nics/features/ice_dcf.ini
>> +++ b/doc/guides/nics/features/ice_dcf.ini
>> @@ -21,6 +21,7 @@ MTU update           = Y
>>   Promiscuous mode     = Y
>>   Allmulticast mode    = Y
>>   Unicast MAC filter   = Y
>> +Traffic manager      = Y
>>   VLAN filter          = Y
>>   VLAN offload         = Y
>>   Extended stats       = Y
>>
> Please move below 'VLAN filter'
Ack
> .
  

Patch

diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini
index 13f8871dcc..d26ab7e6a9 100644
--- a/doc/guides/nics/features/ice.ini
+++ b/doc/guides/nics/features/ice.ini
@@ -25,6 +25,7 @@  Unicast MAC filter   = Y
 RSS hash             = Y
 RSS key update       = Y
 RSS reta update      = Y
+Traffic manager      = Y
 VLAN filter          = Y
 CRC offload          = Y
 VLAN offload         = Y
diff --git a/doc/guides/nics/features/ice_dcf.ini b/doc/guides/nics/features/ice_dcf.ini
index 3b11622d4c..210c08fc9a 100644
--- a/doc/guides/nics/features/ice_dcf.ini
+++ b/doc/guides/nics/features/ice_dcf.ini
@@ -21,6 +21,7 @@  MTU update           = Y
 Promiscuous mode     = Y
 Allmulticast mode    = Y
 Unicast MAC filter   = Y
+Traffic manager      = Y
 VLAN filter          = Y
 VLAN offload         = Y
 Extended stats       = Y