* [PATCH] doc: add release note for new e1000 device
@ 2023-06-13 7:55 Qiming Yang
2023-06-13 8:33 ` David Marchand
2023-06-28 3:20 ` [PATCH v2] doc: fix missing release note for I219 support Qiming Yang
0 siblings, 2 replies; 5+ messages in thread
From: Qiming Yang @ 2023-06-13 7:55 UTC (permalink / raw)
To: dev; +Cc: qi.z.zhang, Qiming Yang
Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
doc/guides/rel_notes/release_23_07.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
index 027ae7bd2d..382dbfbe37 100644
--- a/doc/guides/rel_notes/release_23_07.rst
+++ b/doc/guides/rel_notes/release_23_07.rst
@@ -170,6 +170,9 @@ New Features
See :doc:`../prog_guide/pdcp_lib` for more information.
+* **Updated INTEL e1000 driver.**
+
+ * Added support for new I219 devices.
Removed Items
-------------
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] doc: add release note for new e1000 device
2023-06-13 7:55 [PATCH] doc: add release note for new e1000 device Qiming Yang
@ 2023-06-13 8:33 ` David Marchand
2023-06-28 3:20 ` [PATCH v2] doc: fix missing release note for I219 support Qiming Yang
1 sibling, 0 replies; 5+ messages in thread
From: David Marchand @ 2023-06-13 8:33 UTC (permalink / raw)
To: Qiming Yang; +Cc: dev, qi.z.zhang
On Tue, Jun 13, 2023 at 10:13 AM Qiming Yang <qiming.yang@intel.com> wrote:
>
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>
> ---
> doc/guides/rel_notes/release_23_07.rst | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
> index 027ae7bd2d..382dbfbe37 100644
> --- a/doc/guides/rel_notes/release_23_07.rst
> +++ b/doc/guides/rel_notes/release_23_07.rst
> @@ -170,6 +170,9 @@ New Features
>
> See :doc:`../prog_guide/pdcp_lib` for more information.
>
> +* **Updated INTEL e1000 driver.**
Intel*
> +
> + * Added support for new I219 devices.
Quoting the description a bit earlier in this same file:
"""
Suggested order in release notes items:
* Core libs (EAL, mempool, ring, mbuf, buses)
* Device abstraction libs and PMDs (ordered alphabetically by vendor name)
- ethdev (lib, PMDs)
- cryptodev (lib, PMDs)
- eventdev (lib, PMDs)
- etc
* Other libs
* Apps, Examples, Tools (if significant)
"""
Please move this update where appropriate.
>
> Removed Items
> -------------
> --
> 2.25.1
>
--
David Marchand
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2] doc: fix missing release note for I219 support
2023-06-13 7:55 [PATCH] doc: add release note for new e1000 device Qiming Yang
2023-06-13 8:33 ` David Marchand
@ 2023-06-28 3:20 ` Qiming Yang
2023-07-03 4:25 ` Zhang, Qi Z
1 sibling, 1 reply; 5+ messages in thread
From: Qiming Yang @ 2023-06-28 3:20 UTC (permalink / raw)
To: dev; +Cc: Qiming Yang
Add missing release note for I219 support
Fixes: a33e1a5bcd3f ("net/e1000: support more I219 devices")
Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
v2 changes: add fix line
---
doc/guides/rel_notes/release_23_07.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
index 4459144140..2d5d22d63e 100644
--- a/doc/guides/rel_notes/release_23_07.rst
+++ b/doc/guides/rel_notes/release_23_07.rst
@@ -200,6 +200,9 @@ New Features
Enhanced the GRO library to support TCP packets over IPv6 network.
+* **Updated Intel e1000 driver.**
+
+ * Added support for new I219 devices.
Removed Items
-------------
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH v2] doc: fix missing release note for I219 support
2023-06-28 3:20 ` [PATCH v2] doc: fix missing release note for I219 support Qiming Yang
@ 2023-07-03 4:25 ` Zhang, Qi Z
2023-07-27 18:02 ` Thomas Monjalon
0 siblings, 1 reply; 5+ messages in thread
From: Zhang, Qi Z @ 2023-07-03 4:25 UTC (permalink / raw)
To: Yang, Qiming, dev; +Cc: Yang, Qiming
> -----Original Message-----
> From: Qiming Yang <qiming.yang@intel.com>
> Sent: Wednesday, June 28, 2023 11:21 AM
> To: dev@dpdk.org
> Cc: Yang, Qiming <qiming.yang@intel.com>
> Subject: [PATCH v2] doc: fix missing release note for I219 support
>
> Add missing release note for I219 support
>
> Fixes: a33e1a5bcd3f ("net/e1000: support more I219 devices")
>
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] doc: fix missing release note for I219 support
2023-07-03 4:25 ` Zhang, Qi Z
@ 2023-07-27 18:02 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2023-07-27 18:02 UTC (permalink / raw)
To: Yang, Qiming; +Cc: dev, Zhang, Qi Z
> > Add missing release note for I219 support
> >
> > Fixes: a33e1a5bcd3f ("net/e1000: support more I219 devices")
> >
> > Signed-off-by: Qiming Yang <qiming.yang@intel.com>
>
> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Applied
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-07-27 18:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-13 7:55 [PATCH] doc: add release note for new e1000 device Qiming Yang
2023-06-13 8:33 ` David Marchand
2023-06-28 3:20 ` [PATCH v2] doc: fix missing release note for I219 support Qiming Yang
2023-07-03 4:25 ` Zhang, Qi Z
2023-07-27 18:02 ` Thomas Monjalon
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).