> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of William Tu > Sent: Tuesday, October 12, 2021 2:56 AM > To: dev@dpdk.org > Cc: Wang, Haiyue <haiyue.w...@intel.com> > 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 <u9012...@gmail.com> > Cc: Haiyue Wang <haiyue.w...@intel.com> > --- > 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 > > -* VMware emulated Intel® 8274L Gigabit Ethernet Controller. > +* VMware emulated Intel® 82574L Gigabit Ethernet Controller. > > Validated Hypervisors > --------------------- > -- > 2.33.0.windows.2
Applied to dpdk-next-net-intel after add "cc stable" tag. Thanks Qi