Re: [dpdk-dev] [PATCH 2/2] vhost: notice Vhost ops struct renaming
From: Xia, Chenbo <hidden>
Date: 2021-07-30 05:34:06
Hi Maxime,
-----Original Message----- From: Maxime Coquelin <redacted> Sent: Thursday, July 29, 2021 10:43 PM To: dev@dpdk.org; Xia, Chenbo <redacted>; amorenoz@redhat.com; Richardson, Bruce [off-list ref]; Yigit, Ferruh [off-list ref]; thomas@monjalon.net; aconole@redhat.com Cc: Maxime Coquelin <redacted> Subject: [PATCH 2/2] vhost: notice Vhost ops struct renaming This patch announce the renaming of struct vhost_device_ops to rte_vhost_device_ops in DPDK v21.11.
Announce -> announces With things fixed: Acked-by: Chenbo Xia <redacted>
quoted hunk ↗ jump to hunk
Signed-off-by: Maxime Coquelin <redacted> --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+)diff --git a/doc/guides/rel_notes/deprecation.rstb/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 ``structrte_vhost_device_ops`` + int DPDK v21.11. -- 2.31.1