Re: [dpdk-dev] [PATCH] vhost: rename driver callbacks struct

2021-11-03 Thread Liu, Changpeng
I'm on it. SPDK is using DPDK 21.08 now, we will bump to DPDK 21.11 in next SPDK 22.01 release. > -Original Message- > From: Xia, Chenbo > Sent: Wednesday, November 3, 2021 5:10 PM > To: David Marchand ; Maxime Coquelin > > Cc: dev@dpdk.org; Liu, Changpeng ; Thomas > Monjalon ; Aaron C

Re: [dpdk-dev] [PATCH] vhost: rename driver callbacks struct

2021-11-03 Thread Maxime Coquelin
On 11/2/21 11:47, Maxime Coquelin wrote: As previously announced, this patch renames struct vhost_device_ops to struct rte_vhost_device_ops. Signed-off-by: Maxime Coquelin --- doc/guides/rel_notes/deprecation.rst | 3 --- doc/guides/rel_notes/release_21_11.rst | 2 ++ drivers/net/vhost

Re: [dpdk-dev] [PATCH] vhost: rename driver callbacks struct

2021-11-03 Thread Maxime Coquelin
On 11/3/21 09:38, Maxime Coquelin wrote: Hi David, On 11/3/21 09:36, David Marchand wrote: On Wed, Nov 3, 2021 at 9:16 AM Xia, Chenbo wrote: Testing issues reported in patchwork is expected as SPDK uses this struct, so we can ignore it as SPDK will rename it when it adapts to DPDK 21.11

Re: [dpdk-dev] [PATCH] vhost: rename driver callbacks struct

2021-11-03 Thread Xia, Chenbo
Hi David, > -Original Message- > From: David Marchand > Sent: Wednesday, November 3, 2021 4:36 PM > To: Xia, Chenbo ; Maxime Coquelin > > Cc: dev@dpdk.org; Liu, Changpeng ; Thomas Monjalon > ; Aaron Conole ; dpdklab > ; c...@dpdk.org > Subject: Re: [PATCH] vhost: rename driver callbacks

Re: [dpdk-dev] [PATCH] vhost: rename driver callbacks struct

2021-11-03 Thread Maxime Coquelin
Hi David, On 11/3/21 09:36, David Marchand wrote: On Wed, Nov 3, 2021 at 9:16 AM Xia, Chenbo wrote: Testing issues reported in patchwork is expected as SPDK uses this struct, so we can ignore it as SPDK will rename it when it adapts to DPDK 21.11 Please, no. We can't simply say "ignore failu

Re: [dpdk-dev] [PATCH] vhost: rename driver callbacks struct

2021-11-03 Thread David Marchand
On Wed, Nov 3, 2021 at 9:16 AM Xia, Chenbo wrote: > Testing issues reported in patchwork is expected as SPDK uses > this struct, so we can ignore it as SPDK will rename it when it > adapts to DPDK 21.11 Please, no. We can't simply say "ignore failure in CI". The SPDK build test must be disabled

Re: [dpdk-dev] [PATCH] vhost: rename driver callbacks struct

2021-11-03 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Tuesday, November 2, 2021 6:48 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH] vhost: rename driver callbacks struct > > As previously announced, this patch renames

[dpdk-dev] [PATCH] vhost: rename driver callbacks struct

2021-11-02 Thread Maxime Coquelin
As previously announced, this patch renames struct vhost_device_ops to struct rte_vhost_device_ops. Signed-off-by: Maxime Coquelin --- doc/guides/rel_notes/deprecation.rst | 3 --- doc/guides/rel_notes/release_21_11.rst | 2 ++ drivers/net/vhost/rte_eth_vhost.c | 2 +- examples/vdpa/main.