* [PATCH] doc: update release notes for Intel IPU
@ 2023-06-28 15:38 beilei.xing
2023-07-03 2:50 ` Wu, Jingjing
2023-07-21 14:58 ` [PATCH v2] " beilei.xing
0 siblings, 2 replies; 4+ messages in thread
From: beilei.xing @ 2023-06-28 15:38 UTC (permalink / raw)
To: jingjing.wu; +Cc: dev, Beilei Xing
From: Beilei Xing <beilei.xing@intel.com>
Update release notes for Intel IPU new features:
- Support VF whose device id is 0x145c.
- Support hairpin queue.
Fixes: 32bcd47e16fe ("net/idpf: support VF")
Fixes: 1ec8064832db ("net/cpfl: add haipin queue group during vport init")
Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
doc/guides/rel_notes/release_23_07.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
index 4459144140..47c4ea0da2 100644
--- a/doc/guides/rel_notes/release_23_07.rst
+++ b/doc/guides/rel_notes/release_23_07.rst
@@ -200,6 +200,13 @@ New Features
Enhanced the GRO library to support TCP packets over IPv6 network.
+* **Updated Intel idpf PMD.**
+
+ Added support for Intel IPU E2100 VF whose device id is 0x145c.
+
+* **Updated Intel cpfl PMD.**
+
+ Added support for hairpin queue.
Removed Items
-------------
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] doc: update release notes for Intel IPU
2023-06-28 15:38 [PATCH] doc: update release notes for Intel IPU beilei.xing
@ 2023-07-03 2:50 ` Wu, Jingjing
2023-07-21 14:58 ` [PATCH v2] " beilei.xing
1 sibling, 0 replies; 4+ messages in thread
From: Wu, Jingjing @ 2023-07-03 2:50 UTC (permalink / raw)
To: Xing, Beilei; +Cc: dev
> -----Original Message-----
> From: Xing, Beilei <beilei.xing@intel.com>
> Sent: Wednesday, June 28, 2023 11:39 PM
> To: Wu, Jingjing <jingjing.wu@intel.com>
> Cc: dev@dpdk.org; Xing, Beilei <beilei.xing@intel.com>
> Subject: [PATCH] doc: update release notes for Intel IPU
>
> From: Beilei Xing <beilei.xing@intel.com>
>
> Update release notes for Intel IPU new features:
> - Support VF whose device id is 0x145c.
> - Support hairpin queue.
>
> Fixes: 32bcd47e16fe ("net/idpf: support VF")
> Fixes: 1ec8064832db ("net/cpfl: add haipin queue group during vport init")
>
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2] doc: update release notes for Intel IPU
2023-06-28 15:38 [PATCH] doc: update release notes for Intel IPU beilei.xing
2023-07-03 2:50 ` Wu, Jingjing
@ 2023-07-21 14:58 ` beilei.xing
2023-07-27 20:40 ` Thomas Monjalon
1 sibling, 1 reply; 4+ messages in thread
From: beilei.xing @ 2023-07-21 14:58 UTC (permalink / raw)
To: jingjing.wu; +Cc: dev, Beilei Xing
From: Beilei Xing <beilei.xing@intel.com>
Update release notes for Intel IPU new features:
- Support VF whose device id is 0x145c.
- Support hairpin queue.
Fixes: 32bcd47e16fe ("net/idpf: support VF")
Fixes: 1ec8064832db ("net/cpfl: add haipin queue group during vport init")
Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
---
v2 change:
- Rebase 23.07 rc4.
doc/guides/rel_notes/release_23_07.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
index 6a1c45162b..61a44367a7 100644
--- a/doc/guides/rel_notes/release_23_07.rst
+++ b/doc/guides/rel_notes/release_23_07.rst
@@ -222,6 +222,13 @@ New Features
See the :doc:`../tools/dmaperf` for more details.
+* **Updated Intel idpf PMD.**
+
+ Added support for Intel IPU E2100 VF whose device id is 0x145c.
+
+* **Updated Intel cpfl PMD.**
+
+ Added support for hairpin queue.
Removed Items
-------------
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] doc: update release notes for Intel IPU
2023-07-21 14:58 ` [PATCH v2] " beilei.xing
@ 2023-07-27 20:40 ` Thomas Monjalon
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2023-07-27 20:40 UTC (permalink / raw)
To: Beilei Xing; +Cc: jingjing.wu, dev
21/07/2023 16:58, beilei.xing@intel.com:
> From: Beilei Xing <beilei.xing@intel.com>
>
> Update release notes for Intel IPU new features:
> - Support VF whose device id is 0x145c.
> - Support hairpin queue.
>
> Fixes: 32bcd47e16fe ("net/idpf: support VF")
> Fixes: 1ec8064832db ("net/cpfl: add haipin queue group during vport init")
>
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> Acked-by: Jingjing Wu <jingjing.wu@intel.com>
Applied
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-07-27 20:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-28 15:38 [PATCH] doc: update release notes for Intel IPU beilei.xing
2023-07-03 2:50 ` Wu, Jingjing
2023-07-21 14:58 ` [PATCH v2] " beilei.xing
2023-07-27 20:40 ` 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).