doc: remove the public interfaces from bus/vmbus

Message ID 1748910704-25463-1-git-send-email-longli@linuxonhyperv.com (mailing list archive)
State New
Delegated to: Thomas Monjalon
Headers
Series doc: remove the public interfaces from bus/vmbus |

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/github-robot: build success github build: passed
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS

Commit Message

Long Li June 3, 2025, 12:31 a.m. UTC
From: Long Li <longli@microsoft.com>

The deprecation notice has been sent in
7642e3b0e0 ("doc: announce vmbus API deprecation")

Remove those interfaces in this release.

Signed-off-by: Long Li <longli@microsoft.com>
---
 doc/guides/rel_notes/release_25_07.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

diff --git a/doc/guides/rel_notes/release_25_07.rst b/doc/guides/rel_notes/release_25_07.rst
index 6b070801de..672307da6c 100644
--- a/doc/guides/rel_notes/release_25_07.rst
+++ b/doc/guides/rel_notes/release_25_07.rst
@@ -125,7 +125,8 @@  ABI Changes
    Also, make sure to start the actual text at the margin.
    =======================================================
 
-* No ABI change that would break compatibility with 24.11.
+* All the vmbus interfaces defined in ``drivers/bus/vmbus/rte_bus_vmbus.h``
+  become internal to DPDK.
 
 
 Known Issues