[PATCH v1 1/2] doc: add deprecation notice for VFIO API
Anatoly Burakov
anatoly.burakov at intel.com
Wed Nov 19 11:35:37 CET 2025
The entirety of VFIO API will be either made internal and only available to
drivers, or will be removed. Add upcoming changes to deprecation notices.
Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
---
doc/guides/rel_notes/deprecation.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 8653d6ca03..55d3837150 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -147,3 +147,7 @@ Deprecation Notices
This change will not result in any feature loss,
as the fallback scalar paths which have feature parity with SSE
will be used in the cases where the SSE paths would have been used.
+
+* eal: The entire VFIO API (``rte_vfio_*``) will be made internal only, and will only be available to EAL and drivers.
+ Group-based API (``rte_vfio_*_group_*``) will be removed and replaced with unified container device assignment API.
+ This change will be made in 26.11 release.
--
2.47.3
More information about the dev
mailing list