doc: fix missing release note for Intel 4th Gen Xeon Processors NTB support

Message ID 20230630022736.2589818-1-junfeng.guo@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series doc: fix missing release note for Intel 4th Gen Xeon Processors NTB support |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch-unit-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-unit-testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/github-robot: build success github build: passed
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS

Commit Message

Junfeng Guo June 30, 2023, 2:27 a.m. UTC
  Add missing release note for NTB support on 4th Gen Intel® Xeon®
Processors Platform.

Fixes: 834d99f388ca ("raw/ntb: add PPD status check for Sapphire Rapids")

Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
---
 doc/guides/rel_notes/release_23_07.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Patch

diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
index 4459144140..e38e8d7799 100644
--- a/doc/guides/rel_notes/release_23_07.rst
+++ b/doc/guides/rel_notes/release_23_07.rst
@@ -200,6 +200,10 @@  New Features
 
   Enhanced the GRO library to support TCP packets over IPv6 network.
 
+* **Added 4th Gen Intel® Xeon® Processors support for Intel NTB.**
+
+  Added NTB device support for 4th Gen Intel® Xeon® Processors platform.
+
 
 Removed Items
 -------------