From: Chenbo Xia Date: Fri, 30 Jul 2021 08:19:25 +0000 (+0800) Subject: doc: announce promoting some vhost API to stable X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=0304f2635391c7b491476401ecff7373a54a5161;p=dpdk.git doc: announce promoting some vhost API to stable This patch announces the experimental tag removal of 10 vhost APIs, which have been experimental for more than 2 years. All APIs could be made stable in DPDK 21.11. Signed-off-by: Chenbo Xia Acked-by: Maxime Coquelin Acked-by: Fan Zhang Acked-by: Marvin Liu --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 55c866d0df..0870cb2663 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -160,6 +160,14 @@ Deprecation Notices The second union is for existing ``fragment_offset`` and new bitfield for fragment flags and offset. +* 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``, + ``rte_vhost_crypto_finalize_requests``, ``rte_vhost_crypto_set_zero_copy``, + ``rte_vhost_va_from_guest_pa``, ``rte_vhost_extern_callback_register``, + and ``rte_vhost_driver_set_protocol_features`` functions will be removed + and the API functions will be made stable in DPDK 21.11. + * compressdev: ``min`` and ``max`` fields of ``rte_param_log2_range`` structure will be renamed in DPDK 21.11 to avoid conflict with Windows Sockets headers.