[v2] doc: update for Intel IPU

Message ID 20231101103433.1234649-1-beilei.xing@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Qi Zhang
Headers
Series [v2] doc: update for Intel IPU |

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

Commit Message

Xing, Beilei Nov. 1, 2023, 10:34 a.m. UTC
  From: Beilei Xing <beilei.xing@intel.com>

1. Remove *EXPERIMENTAL* for idpf and cpfl PMD.
2. Update recommended matching list for idpf PMD and cpfl PMD.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
v2 change:
 - Merge matching list with *EXPERIMENTAL* removing.

 doc/guides/nics/cpfl.rst | 6 ++++--
 doc/guides/nics/idpf.rst | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)
  

Comments

Qi Zhang Nov. 1, 2023, 2:44 a.m. UTC | #1
> -----Original Message-----
> From: beilei.xing@intel.com <beilei.xing@intel.com>
> Sent: Wednesday, November 1, 2023 6:35 PM
> To: Wu, Jingjing <jingjing.wu@intel.com>; Zhang, Yuying
> <yuying.zhang@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.xing@intel.com>
> Subject: [PATCH v2] doc: update for Intel IPU
> 
> From: Beilei Xing <beilei.xing@intel.com>
> 
> 1. Remove *EXPERIMENTAL* for idpf and cpfl PMD.
> 2. Update recommended matching list for idpf PMD and cpfl PMD.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
> v2 change:
>  - Merge matching list with *EXPERIMENTAL* removing.
> 
>  doc/guides/nics/cpfl.rst | 6 ++++--
>  doc/guides/nics/idpf.rst | 6 ++++--
>  2 files changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst index
> 89a322c5f1..9b7a99c894 100644
> --- a/doc/guides/nics/cpfl.rst
> +++ b/doc/guides/nics/cpfl.rst
> @@ -6,8 +6,8 @@
>  CPFL Poll Mode Driver
>  =====================
> 
> -The [*EXPERIMENTAL*] cpfl PMD (**librte_net_cpfl**) provides poll mode
> driver support -for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU)
> E2100.
> +The cpfl PMD (**librte_net_cpfl**) provides poll mode driver support
> +for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
>  Please refer to
>  https://www.intel.com/content/www/us/en/products/network-
> io/infrastructure-processing-units/asic/e2000-asic.html
>  for more information.
> @@ -33,6 +33,8 @@ Here is the suggested matching list which has been
> tested and verified.
>     +============+==================+
>     |    23.07   |      0.9.1       |
>     +------------+------------------+
> +   |    23.11   |       1.0        |
> +   +------------+------------------+
> 
> 
>  Configuration
> diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst index
> c55f81fb24..0370989a07 100644
> --- a/doc/guides/nics/idpf.rst
> +++ b/doc/guides/nics/idpf.rst
> @@ -6,8 +6,8 @@
>  IDPF Poll Mode Driver
>  =====================
> 
> -The [*EXPERIMENTAL*] idpf PMD (**librte_net_idpf**) provides poll mode
> driver support -for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU)
> E2100.
> +The idpf PMD (**librte_net_idpf**) provides poll mode driver support
> +for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
> 
> 
>  Linux Prerequisites
> @@ -31,6 +31,8 @@ Here is the suggested matching list which has been
> tested and verified.
>     +============+===============+==================+
>     |    23.07   |    0.0.710    |      0.9.1       |
>     +------------+---------------+------------------+
> +   |    23.11   |    0.0.720    |       1.0        |
> +   +------------+---------------+------------------+
> 
> 
>  Configuration
> --
> 2.34.1

Applied to dpdk-next-net-intel.

Thanks
Qi
  

Patch

diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst
index 89a322c5f1..9b7a99c894 100644
--- a/doc/guides/nics/cpfl.rst
+++ b/doc/guides/nics/cpfl.rst
@@ -6,8 +6,8 @@ 
 CPFL Poll Mode Driver
 =====================
 
-The [*EXPERIMENTAL*] cpfl PMD (**librte_net_cpfl**) provides poll mode driver support
-for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
+The cpfl PMD (**librte_net_cpfl**) provides poll mode driver support for
+Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
 Please refer to
 https://www.intel.com/content/www/us/en/products/network-io/infrastructure-processing-units/asic/e2000-asic.html
 for more information.
@@ -33,6 +33,8 @@  Here is the suggested matching list which has been tested and verified.
    +============+==================+
    |    23.07   |      0.9.1       |
    +------------+------------------+
+   |    23.11   |       1.0        |
+   +------------+------------------+
 
 
 Configuration
diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst
index c55f81fb24..0370989a07 100644
--- a/doc/guides/nics/idpf.rst
+++ b/doc/guides/nics/idpf.rst
@@ -6,8 +6,8 @@ 
 IDPF Poll Mode Driver
 =====================
 
-The [*EXPERIMENTAL*] idpf PMD (**librte_net_idpf**) provides poll mode driver support
-for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
+The idpf PMD (**librte_net_idpf**) provides poll mode driver support for
+Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
 
 
 Linux Prerequisites
@@ -31,6 +31,8 @@  Here is the suggested matching list which has been tested and verified.
    +============+===============+==================+
    |    23.07   |    0.0.710    |      0.9.1       |
    +------------+---------------+------------------+
+   |    23.11   |    0.0.720    |       1.0        |
+   +------------+---------------+------------------+
 
 
 Configuration