From 9bfa4434dbb99ae3dcd72d4d8562ed587089711a Mon Sep 17 00:00:00 2001 From: Maxime Coquelin Date: Fri, 30 Jul 2021 10:12:30 +0200 Subject: [PATCH] doc: announce renaming of vhost operations struct This patch announces the renaming of struct vhost_device_ops to rte_vhost_device_ops in DPDK v21.11. Signed-off-by: Maxime Coquelin Acked-by: Chenbo Xia Acked-by: Andrew Rybchenko Acked-by: Adrian Moreno Acked-by: Marvin Liu --- 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 2a10358458..7f07f57847 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -164,6 +164,9 @@ Deprecation Notices ``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDPA driver interface will be marked as internal in DPDK v21.11. +* vhost: rename ``struct vhost_device_ops`` to ``struct rte_vhost_device_ops`` + in DPDK v21.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``, -- 2.20.1