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

2021-08-03 Thread Adrian Moreno
On 7/29/21 4:42 PM, Maxime Coquelin wrote: > This patch announce the renaming of struct vhost_device_ops > to rte_vhost_device_ops in DPDK v21.11. > > Signed-off-by: Maxime Coquelin > --- > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/g

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

2021-07-29 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Thursday, July 29, 2021 10:43 PM > To: dev@dpdk.org; Xia, Chenbo ; amore...@redhat.com; > Richardson, Bruce ; Yigit, Ferruh > ; tho...@monjalon.net; acon...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH 2/2] vhost: noti

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

2021-07-29 Thread Maxime Coquelin
This patch announce the renaming of struct vhost_device_ops to rte_vhost_device_ops in DPDK v21.11. Signed-off-by: Maxime Coquelin --- 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/deprecat