> -----Original Message-----
> From: beilei.x...@intel.com <beilei.x...@intel.com>
> Sent: Tuesday, November 1, 2022 2:13 PM
> To: Wu, Jingjing <jingjing...@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.x...@intel.com>
> Subject: [PATCH] doc: correct product name for idpf
>
> From: Beilei Xing <beilei.x...@intel.com>
>
> This patch corrects the product name for idpf PMD.
>
> Fixes: 549343c25db8 ("net/idpf: support device initialization")
>
> Signed-off-by: Beilei Xing <beilei.x...@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