From 07854386bbeedcf0cd0a45eb90301367d7e2ccac Mon Sep 17 00:00:00 2001 From: Beilei Xing Date: Tue, 1 Nov 2022 06:12:50 +0000 Subject: [PATCH] doc: fix product name for idpf driver This patch corrects the product name for idpf PMD. Fixes: 549343c25db8 ("net/idpf: support device initialization") Signed-off-by: Beilei Xing --- 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.**