doc: update feature list for idpf and cpfl

Message ID 20231012151542.463873-1-beilei.xing@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Qi Zhang
Headers
Series doc: update feature list for idpf and cpfl |

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/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/github-robot: build success github build: passed
ci/intel-Functional success Functional PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-sample-apps-testing success Testing PASS

Commit Message

Xing, Beilei Oct. 12, 2023, 3:15 p.m. UTC
  From: Beilei Xing <beilei.xing@intel.com>

Add RSS support in idpf.ini and cpfl.ini.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
 doc/guides/nics/features/cpfl.ini | 3 +++
 doc/guides/nics/features/idpf.ini | 3 +++
 2 files changed, 6 insertions(+)
  

Comments

Ferruh Yigit Oct. 13, 2023, 11:45 a.m. UTC | #1
On 10/12/2023 4:15 PM, beilei.xing@intel.com wrote:
> From: Beilei Xing <beilei.xing@intel.com>
> 
> Add RSS support in idpf.ini and cpfl.ini.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
>  doc/guides/nics/features/cpfl.ini | 3 +++
>  doc/guides/nics/features/idpf.ini | 3 +++
>  2 files changed, 6 insertions(+)
> 
> diff --git a/doc/guides/nics/features/cpfl.ini b/doc/guides/nics/features/cpfl.ini
> index f4e45c7c68..4eb1c829cc 100644
> --- a/doc/guides/nics/features/cpfl.ini
> +++ b/doc/guides/nics/features/cpfl.ini
> @@ -9,6 +9,9 @@
>  [Features]
>  MTU update           = Y
>  TSO                  = P
> +RSS hash             = Y
> +RSS key update       = Y
> +RSS reta update      = Y
>  L3 checksum offload  = P
>  L4 checksum offload  = P
>  Linux                = Y
> diff --git a/doc/guides/nics/features/idpf.ini b/doc/guides/nics/features/idpf.ini
> index 099fd7f216..d004681c3a 100644
> --- a/doc/guides/nics/features/idpf.ini
> +++ b/doc/guides/nics/features/idpf.ini
> @@ -9,6 +9,9 @@
>  [Features]
>  MTU update           = Y
>  TSO                  = P
> +RSS hash             = Y
> +RSS key update       = Y
> +RSS reta update      = Y
>  L3 checksum offload  = P
>  L4 checksum offload  = P
>  Timestamp offload    = P

Thanks Beilei, for RSS hash feature update,
but both driver has still very small set of feature list, I didn't check
the details but is this the feature list complete? Can you please double
check?

Thanks,
ferruh
  

Patch

diff --git a/doc/guides/nics/features/cpfl.ini b/doc/guides/nics/features/cpfl.ini
index f4e45c7c68..4eb1c829cc 100644
--- a/doc/guides/nics/features/cpfl.ini
+++ b/doc/guides/nics/features/cpfl.ini
@@ -9,6 +9,9 @@ 
 [Features]
 MTU update           = Y
 TSO                  = P
+RSS hash             = Y
+RSS key update       = Y
+RSS reta update      = Y
 L3 checksum offload  = P
 L4 checksum offload  = P
 Linux                = Y
diff --git a/doc/guides/nics/features/idpf.ini b/doc/guides/nics/features/idpf.ini
index 099fd7f216..d004681c3a 100644
--- a/doc/guides/nics/features/idpf.ini
+++ b/doc/guides/nics/features/idpf.ini
@@ -9,6 +9,9 @@ 
 [Features]
 MTU update           = Y
 TSO                  = P
+RSS hash             = Y
+RSS key update       = Y
+RSS reta update      = Y
 L3 checksum offload  = P
 L4 checksum offload  = P
 Timestamp offload    = P