* [dpdk-dev] [PATCH v1] doc: fix typo of Intel device name @ 2021-10-11 18:55 William Tu 2021-10-13 10:38 ` Zhang, Qi Z 0 siblings, 1 reply; 4+ messages in thread From: William Tu @ 2021-10-11 18:55 UTC (permalink / raw) To: dev; +Cc: Haiyue Wang The device name should be 82574L Gigabit Ethernet Controller. Signed-off-by: William Tu <u9012063@gmail.com> Cc: Haiyue Wang <haiyue.wang@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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH v1] doc: fix typo of Intel device name 2021-10-11 18:55 [dpdk-dev] [PATCH v1] doc: fix typo of Intel device name William Tu @ 2021-10-13 10:38 ` Zhang, Qi Z 2021-10-15 2:03 ` Wang, Haiyue 0 siblings, 1 reply; 4+ messages in thread From: Zhang, Qi Z @ 2021-10-13 10:38 UTC (permalink / raw) To: William Tu, dev; +Cc: Wang, Haiyue > -----Original Message----- > From: dev <dev-bounces@dpdk.org> On Behalf Of William Tu > Sent: Tuesday, October 12, 2021 2:56 AM > To: dev@dpdk.org > Cc: Wang, Haiyue <haiyue.wang@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 <u9012063@gmail.com> > Cc: Haiyue Wang <haiyue.wang@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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH v1] doc: fix typo of Intel device name 2021-10-13 10:38 ` Zhang, Qi Z @ 2021-10-15 2:03 ` Wang, Haiyue 2021-10-15 13:41 ` Zhang, Qi Z 0 siblings, 1 reply; 4+ messages in thread From: Wang, Haiyue @ 2021-10-15 2:03 UTC (permalink / raw) To: Zhang, Qi Z, William Tu, dev > -----Original Message----- > From: Zhang, Qi Z <qi.z.zhang@intel.com> > Sent: Wednesday, October 13, 2021 18:39 > To: William Tu <u9012063@gmail.com>; dev@dpdk.org > Cc: Wang, Haiyue <haiyue.wang@intel.com> > Subject: RE: [dpdk-dev] [PATCH v1] doc: fix typo of Intel device name > > > > > -----Original Message----- > > From: dev <dev-bounces@dpdk.org> On Behalf Of William Tu > > Sent: Tuesday, October 12, 2021 2:56 AM > > To: dev@dpdk.org > > Cc: Wang, Haiyue <haiyue.wang@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 <u9012063@gmail.com> > > Cc: Haiyue Wang <haiyue.wang@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 Should we remove the "*" in "VMware*" to align with the next description ? Others, Acked-by: Haiyue Wang <haiyue.wang@intel.com> > > > > -* VMware emulated Intel® 8274L Gigabit Ethernet Controller. > > +* VMware emulated Intel® 82574L Gigabit Ethernet Controller. > > > > Validated Hypervisors > > --------------------- > > -- > > 2.33.0.windows.2 > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH v1] doc: fix typo of Intel device name 2021-10-15 2:03 ` Wang, Haiyue @ 2021-10-15 13:41 ` Zhang, Qi Z 0 siblings, 0 replies; 4+ messages in thread From: Zhang, Qi Z @ 2021-10-15 13:41 UTC (permalink / raw) To: Wang, Haiyue, William Tu, dev > -----Original Message----- > From: Wang, Haiyue <haiyue.wang@intel.com> > Sent: Friday, October 15, 2021 10:03 AM > To: Zhang, Qi Z <qi.z.zhang@intel.com>; William Tu <u9012063@gmail.com>; > dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v1] doc: fix typo of Intel device name > > > -----Original Message----- > > From: Zhang, Qi Z <qi.z.zhang@intel.com> > > Sent: Wednesday, October 13, 2021 18:39 > > To: William Tu <u9012063@gmail.com>; dev@dpdk.org > > Cc: Wang, Haiyue <haiyue.wang@intel.com> > > Subject: RE: [dpdk-dev] [PATCH v1] doc: fix typo of Intel device name > > > > > > > > > -----Original Message----- > > > From: dev <dev-bounces@dpdk.org> On Behalf Of William Tu > > > Sent: Tuesday, October 12, 2021 2:56 AM > > > To: dev@dpdk.org > > > Cc: Wang, Haiyue <haiyue.wang@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 <u9012063@gmail.com> > > > Cc: Haiyue Wang <haiyue.wang@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 > > Should we remove the "*" in "VMware*" to align with the next description ? > > Others, > > Acked-by: Haiyue Wang <haiyue.wang@intel.com> Re-applied to dpdk-next-net-intel after captured above typo. Thanks Qi > > > > > > > -* VMware emulated Intel® 8274L Gigabit Ethernet Controller. > > > +* VMware emulated Intel® 82574L Gigabit Ethernet Controller. > > > > > > Validated Hypervisors > > > --------------------- > > > -- > > > 2.33.0.windows.2 > > > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-10-15 13:42 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2021-10-11 18:55 [dpdk-dev] [PATCH v1] doc: fix typo of Intel device name William Tu 2021-10-13 10:38 ` Zhang, Qi Z 2021-10-15 2:03 ` Wang, Haiyue 2021-10-15 13:41 ` Zhang, Qi Z
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).