doc: correct product name for idpf

Message ID 20221101061250.112856-1-beilei.xing@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Qi Zhang
Headers
Series doc: correct product name for idpf |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/github-robot: build success github build: passed
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Xing, Beilei Nov. 1, 2022, 6:12 a.m. UTC
  From: Beilei Xing <beilei.xing@intel.com>

This patch corrects the product name for idpf PMD.

Fixes: 549343c25db8 ("net/idpf: support device initialization")

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
 doc/guides/nics/idpf.rst               | 2 +-
 doc/guides/rel_notes/release_22_11.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Comments

Qi Zhang Nov. 4, 2022, 1:31 a.m. UTC | #1
> -----Original Message-----
> From: beilei.xing@intel.com <beilei.xing@intel.com>
> Sent: Tuesday, November 1, 2022 2:13 PM
> To: Wu, Jingjing <jingjing.wu@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.xing@intel.com>
> Subject: [PATCH] doc: correct product name for idpf
> 
> From: Beilei Xing <beilei.xing@intel.com>
> 
> This patch corrects the product name for idpf PMD.
> 
> Fixes: 549343c25db8 ("net/idpf: support device initialization")
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
>  doc/guides/nics/idpf.rst               | 2 +-
>  doc/guides/rel_notes/release_22_11.rst | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst index
> 15c0e58a2f..b5c3aa5763 100644
> --- a/doc/guides/nics/idpf.rst
> +++ b/doc/guides/nics/idpf.rst
> @@ -7,7 +7,7 @@ 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) E2000.
> +for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
> 
> 
>  Linux Prerequisites
> diff --git a/doc/guides/rel_notes/release_22_11.rst
> b/doc/guides/rel_notes/release_22_11.rst
> index 61f7d4d0aa..699c1231fa 100644
> --- a/doc/guides/rel_notes/release_22_11.rst
> +++ b/doc/guides/rel_notes/release_22_11.rst
> @@ -161,7 +161,7 @@ New Features
>  * **Added Intel idpf driver.**
> 
>    Added the new ``idpf`` net driver
> -  for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2000.
> +  for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
>    See the :doc:`../nics/idpf` NIC guide for more details on this new driver.
> 
>  * **Updated Marvell cnxk driver.**
> --
> 2.26.2

Applied to dpdk-next-net-intel.

Thanks
Qi
  

Patch

diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst
index 15c0e58a2f..b5c3aa5763 100644
--- a/doc/guides/nics/idpf.rst
+++ b/doc/guides/nics/idpf.rst
@@ -7,7 +7,7 @@  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) E2000.
+for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
 
 
 Linux Prerequisites
diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst
index 61f7d4d0aa..699c1231fa 100644
--- a/doc/guides/rel_notes/release_22_11.rst
+++ b/doc/guides/rel_notes/release_22_11.rst
@@ -161,7 +161,7 @@  New Features
 * **Added Intel idpf driver.**
 
   Added the new ``idpf`` net driver
-  for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2000.
+  for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100.
   See the :doc:`../nics/idpf` NIC guide for more details on this new driver.
 
 * **Updated Marvell cnxk driver.**