doc: add release note for new Intel devices

Message ID 20230628022736.2768388-1-qiming.yang@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series doc: add release note for new Intel devices |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS

Commit Message

Qiming Yang June 28, 2023, 2:27 a.m. UTC
  This patch add release note for new Intel devices in this release.

Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
 doc/guides/rel_notes/release_23_07.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)
  

Patch

diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
index 4459144140..355640f7ab 100644
--- a/doc/guides/rel_notes/release_23_07.rst
+++ b/doc/guides/rel_notes/release_23_07.rst
@@ -200,6 +200,17 @@  New Features
 
   Enhanced the GRO library to support TCP packets over IPv6 network.
 
+* **Updated Intel e1000 driver.**
+
+  * Added support for new I219 devices.
+
+* **Updated Intel igc driver.**
+
+  * Added suuport for I225-LMVP.
+
+* **Updated Intel ice driver.**
+
+  * Added suuport for new E823 devices.
 
 Removed Items
 -------------