[dpdk-dev] [PATCH v2] vhost: announce experimental tag removal of vhost APIs

Zhang, Roy Fan roy.fan.zhang at intel.com
Tue Aug 3 09:54:35 CEST 2021


> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Chenbo Xia
> Sent: Friday, July 30, 2021 9:24 AM
> To: dev at dpdk.org; maxime.coquelin at redhat.com; amorenoz at redhat.com;
> stephen at networkplumber.org; thomas at monjalon.net; Yigit, Ferruh
> <ferruh.yigit at intel.com>; Richardson, Bruce <bruce.richardson at intel.com>;
> Ananyev, Konstantin <konstantin.ananyev at intel.com>;
> ktraynor at redhat.com; jerinjacobk at gmail.com
> Subject: [dpdk-dev] [PATCH v2] vhost: announce experimental tag removal
> of vhost APIs
> 
> 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 <chenbo.xia at intel.com>
> Acked-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index 9584d6bfd7..5d5b7884d7 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -147,3 +147,11 @@ Deprecation Notices
>  * cmdline: ``cmdline`` structure will be made opaque to hide platform-
> specific
>    content. On Linux and FreeBSD, supported prior to DPDK 20.11,
>    original structure will be kept until DPDK 21.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``,
> +  ``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`` APIs will be removed and
> the
> +  APIs will be made stable in DPDK 21.11.
> --
> 2.17.1

As of rte_vhost_crypto related APIs
Acked-by: Fan Zhang <roy.fan.zhang at intel.com>


More information about the dev mailing list