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

Thomas Monjalon thomas at monjalon.net
Sat Aug 7 19:44:36 CEST 2021


30/07/2021 10:24, Chenbo Xia:
> 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>
> ---
> +* 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.

Acked-by: Fan Zhang <roy.fan.zhang at intel.com>
Acked-by: Marvin Liu <yong.liu at intel.com>

"APIs" is replaced with "API functions" for correctness.

Applied, thanks.




More information about the dev mailing list