> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Maxime Coquelin
> Sent: Friday, July 30, 2021 4:12 PM
> To: [email protected]; Xia, Chenbo <[email protected]>;
> [email protected]; Richardson, Bruce <[email protected]>;
> Yigit, Ferruh <[email protected]>; [email protected];
> [email protected]
> Cc: Maxime Coquelin <[email protected]>
> Subject: [dpdk-dev] [PATCH v2 1/2] vhost: announce vDPA driver API marking
> as internal
>
> This patch announces the marking of all the vDPA driver APIs
> as internal.
>
> Acked-by: Chenbo Xia <[email protected]>
> Signed-off-by: Maxime Coquelin <[email protected]>
> ---
> 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 9584d6bfd7..b34bed61a6 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -147,3 +147,7 @@ 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: ``rte_vdpa_register_device``, ``rte_vdpa_unregister_device``,
> + ``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDPA
> + driver API will be marked as internal in DPDK v21.11.
> --
> 2.31.1
Acked-by: Marvin Liu <[email protected]>