doc: fix emulated device names in e1000 guide
authorWilliam Tu <u9012063@gmail.com>
Mon, 11 Oct 2021 18:55:40 +0000 (11:55 -0700)
committerQi Zhang <qi.z.zhang@intel.com>
Fri, 15 Oct 2021 13:50:50 +0000 (15:50 +0200)
The device name should be 82574L Gigabit Ethernet Controller.
The patch also remove a redundant "*".

Fixes: fc1f2750a3ec ("doc: programmers guide")
Cc: stable@dpdk.org
Signed-off-by: William Tu <u9012063@gmail.com>
Acked-by: Haiyue Wang <haiyue.wang@intel.com>
doc/guides/nics/e1000em.rst

index 041c9a0..5e752a2 100644 (file)
@@ -8,9 +8,9 @@ The DPDK EM poll mode driver supports the following emulated devices:
 
 *   qemu-kvm emulated Intel® 82540EM Gigabit Ethernet Controller (qemu e1000 device)
 
-*   VMware* emulated Intel® 82545EM Gigabit Ethernet Controller
+*   VMware emulated Intel® 82545EM Gigabit Ethernet Controller
 
-*   VMware emulated Intel® 8274L Gigabit Ethernet Controller.
+*   VMware emulated Intel® 82574L Gigabit Ethernet Controller.
 
 Validated Hypervisors
 ---------------------