doc: fix missing release note for NTB Sapphire Rapids support

Message ID 20230630014433.2505418-1-junfeng.guo@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series doc: fix missing release note for NTB Sapphire Rapids 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-abi-testing success Testing PASS
ci/iol-unit-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-aarch-unit-testing success Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS

Commit Message

Junfeng Guo June 30, 2023, 1:44 a.m. UTC
  Add missing release note for NTB support on Sapphire Rapids 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..0838969be7 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 Sapphire Rapids (Gen4) support for Intel NTB.**
+
+  Added NTB device support (4th generation) for Intel Sapphire Rapids platform.
+
 
 Removed Items
 -------------