doc: fix product name for idpf driver

This patch corrects the product name for idpf PMD.

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

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
This commit is contained in:
Beilei Xing 2022-11-01 06:12:50 +00:00 committed by Qi Zhang
parent 0f044b6681
commit 07854386bb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.**