[dpdk-dev] [PATCH v2 2/2] vhost: notice Vhost ops struct renaming

Liu, Yong yong.liu at intel.com
Fri Aug 6 10:40:09 CEST 2021


> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Maxime Coquelin
> Sent: Friday, July 30, 2021 4:13 PM
> To: dev at dpdk.org; Xia, Chenbo <chenbo.xia at intel.com>;
> amorenoz at redhat.com; Richardson, Bruce <bruce.richardson at intel.com>;
> Yigit, Ferruh <ferruh.yigit at intel.com>; thomas at monjalon.net;
> aconole at redhat.com
> Cc: Maxime Coquelin <maxime.coquelin at redhat.com>
> Subject: [dpdk-dev] [PATCH v2 2/2] vhost: notice Vhost ops struct renaming
> 
> This patch announces the renaming of struct
> vhost_device_ops to rte_vhost_device_ops in DPDK v21.11.
> 
> Acked-by: Chenbo Xia <chenbo.xia at intel.com>
> Signed-off-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index b34bed61a6..76ebf162bd 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -151,3 +151,6 @@ Deprecation Notices
>  * 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.
> +
> +* vhost: rename ``struct vhost_device_ops`` to ``struct
> rte_vhost_device_ops``
> +  int DPDK v21.11.
> --
> 2.31.1

Acked-by: Marvin Liu <yong.liu at intel.com>


More information about the dev mailing list