> -----Original Message----- > From: Zhang, Qi Z <[email protected]> > Sent: Wednesday, October 13, 2021 18:39 > To: William Tu <[email protected]>; [email protected] > Cc: Wang, Haiyue <[email protected]> > Subject: RE: [dpdk-dev] [PATCH v1] doc: fix typo of Intel device name > > > > > -----Original Message----- > > From: dev <[email protected]> On Behalf Of William Tu > > Sent: Tuesday, October 12, 2021 2:56 AM > > To: [email protected] > > Cc: Wang, Haiyue <[email protected]> > > Subject: [dpdk-dev] [PATCH v1] doc: fix typo of Intel device name > > > > The device name should be 82574L Gigabit Ethernet Controller. > > > > Signed-off-by: William Tu <[email protected]> > > Cc: Haiyue Wang <[email protected]> > > --- > > doc/guides/nics/e1000em.rst | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/doc/guides/nics/e1000em.rst b/doc/guides/nics/e1000em.rst index > > 041c9a09a3a5..b9249b62f3d6 100644 > > --- a/doc/guides/nics/e1000em.rst > > +++ b/doc/guides/nics/e1000em.rst > > @@ -10,7 +10,7 @@ The DPDK EM poll mode driver supports the following > > emulated devices: > > > > * VMware* emulated Intel® 82545EM Gigabit Ethernet Controller
Should we remove the "*" in "VMware*" to align with the next description ? Others, Acked-by: Haiyue Wang <[email protected]> > > > > -* VMware emulated Intel® 8274L Gigabit Ethernet Controller. > > +* VMware emulated Intel® 82574L Gigabit Ethernet Controller. > > > > Validated Hypervisors > > --------------------- > > -- > > 2.33.0.windows.2 >

