From d0a3685b5351362cac9484d59e2d6684c0704889 Mon Sep 17 00:00:00 2001 From: Maxime Coquelin Date: Fri, 30 Jul 2021 10:12:29 +0200 Subject: [PATCH] doc: announce marking vDPA driver interface as internal This patch announces the marking of all the vDPA driver APIs as internal. Signed-off-by: Maxime Coquelin Acked-by: Chenbo Xia Acked-by: Andrew Rybchenko Acked-by: Marvin Liu --- 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 0870cb2663..2a10358458 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -160,6 +160,10 @@ Deprecation Notices The second union is for existing ``fragment_offset`` and new bitfield for fragment flags and offset. +* vhost: ``rte_vdpa_register_device``, ``rte_vdpa_unregister_device``, + ``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDPA + driver interface will be marked as internal in DPDK v21.11. + * vhost: The experimental tags of ``rte_vhost_driver_get_protocol_features``, ``rte_vhost_driver_get_queue_num``, ``rte_vhost_crypto_create``, ``rte_vhost_crypto_free``, ``rte_vhost_crypto_fetch_requests``, -- 2.20.1