[v2] doc: update feature list for idpf and cpfl

Message ID 20231017132500.623876-1-beilei.xing@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Qi Zhang
Headers
Series [v2] 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/github-robot: build success github build: passed
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-unit-amd64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-intel-Functional success Functional Testing PASS

Commit Message

Xing, Beilei Oct. 17, 2023, 1:25 p.m. UTC
  From: Beilei Xing <beilei.xing@intel.com>

Add all supported features in idpf.ini and cpfl.ini.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
V2 changes:
 - Add all supported features, not just RSS.

 doc/guides/nics/features/cpfl.ini | 10 ++++++++++
 doc/guides/nics/features/idpf.ini |  9 +++++++++
 2 files changed, 19 insertions(+)
  

Comments

Qi Zhang Nov. 1, 2023, 12:59 a.m. UTC | #1
> -----Original Message-----
> From: beilei.xing@intel.com <beilei.xing@intel.com>
> Sent: Tuesday, October 17, 2023 9:25 PM
> To: Wu, Jingjing <jingjing.wu@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.xing@intel.com>
> Subject: [PATCH v2] doc: update feature list for idpf and cpfl
> 
> From: Beilei Xing <beilei.xing@intel.com>
> 
> Add all supported features in idpf.ini and cpfl.ini.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
> V2 changes:
>  - Add all supported features, not just RSS.
> 
>  doc/guides/nics/features/cpfl.ini | 10 ++++++++++
> doc/guides/nics/features/idpf.ini |  9 +++++++++
>  2 files changed, 19 insertions(+)
> 
> diff --git a/doc/guides/nics/features/cpfl.ini b/doc/guides/nics/features/cpfl.ini
> index 66d0caebbb..9563267513 100644
> --- a/doc/guides/nics/features/cpfl.ini
> +++ b/doc/guides/nics/features/cpfl.ini
> @@ -7,10 +7,20 @@
>  ; is selected.
>  ;
>  [Features]
> +Speed capabilities   = Y
> +Link status          = Y
> +Queue start/stop     = Y
>  MTU update           = Y
> +Scattered Rx         = P
>  TSO                  = P
> +RSS hash             = Y
> +RSS key update       = Y
> +RSS reta update      = Y
>  L3 checksum offload  = P
>  L4 checksum offload  = P
> +Timestamp offload    = P
> +Packet type parsing  = Y
> +Basic stats          = Y
>  Linux                = Y
>  x86-32               = Y
>  x86-64               = Y
> diff --git a/doc/guides/nics/features/idpf.ini
> b/doc/guides/nics/features/idpf.ini
> index 099fd7f216..63b799289a 100644
> --- a/doc/guides/nics/features/idpf.ini
> +++ b/doc/guides/nics/features/idpf.ini
> @@ -7,11 +7,20 @@
>  ; is selected.
>  ;
>  [Features]
> +Speed capabilities   = Y
> +Link status          = Y
> +Queue start/stop     = Y
>  MTU update           = Y
> +Scattered Rx         = P
>  TSO                  = P
> +RSS hash             = Y
> +RSS key update       = Y
> +RSS reta update      = Y
>  L3 checksum offload  = P
>  L4 checksum offload  = P
>  Timestamp offload    = P
> +Packet type parsing  = Y
> +Basic stats          = Y
>  Linux                = Y
>  x86-32               = Y
>  x86-64               = Y
> --
> 2.34.1

Applied to dpdk-next-net-intel.

Thanks
Qi
  

Patch

diff --git a/doc/guides/nics/features/cpfl.ini b/doc/guides/nics/features/cpfl.ini
index 66d0caebbb..9563267513 100644
--- a/doc/guides/nics/features/cpfl.ini
+++ b/doc/guides/nics/features/cpfl.ini
@@ -7,10 +7,20 @@ 
 ; is selected.
 ;
 [Features]
+Speed capabilities   = Y
+Link status          = Y
+Queue start/stop     = Y
 MTU update           = Y
+Scattered Rx         = P
 TSO                  = P
+RSS hash             = Y
+RSS key update       = Y
+RSS reta update      = Y
 L3 checksum offload  = P
 L4 checksum offload  = P
+Timestamp offload    = P
+Packet type parsing  = Y
+Basic stats          = Y
 Linux                = Y
 x86-32               = Y
 x86-64               = Y
diff --git a/doc/guides/nics/features/idpf.ini b/doc/guides/nics/features/idpf.ini
index 099fd7f216..63b799289a 100644
--- a/doc/guides/nics/features/idpf.ini
+++ b/doc/guides/nics/features/idpf.ini
@@ -7,11 +7,20 @@ 
 ; is selected.
 ;
 [Features]
+Speed capabilities   = Y
+Link status          = Y
+Queue start/stop     = Y
 MTU update           = Y
+Scattered Rx         = P
 TSO                  = P
+RSS hash             = Y
+RSS key update       = Y
+RSS reta update      = Y
 L3 checksum offload  = P
 L4 checksum offload  = P
 Timestamp offload    = P
+Packet type parsing  = Y
+Basic stats          = Y
 Linux                = Y
 x86-32               = Y
 x86-64               = Y