Re: [dpdk-dev] [PATCH v2 07/15] vhost: remove useless fields in async iterator struct

2021-10-28 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, October 27, 2021 12:29 AM > To: dev@dpdk.org; Xia, Chenbo ; Hu, Jiayu > ; Wang, YuanX ; Ma, WenwuX > ; Richardson, Bruce ; > Mcnamara, John > Cc: Maxime Coquelin > Subject: [PATCH v2 07/15] vhost: remove useless fields in as

[dpdk-dev] [PATCH v2 07/15] vhost: remove useless fields in async iterator struct

2021-10-26 Thread Maxime Coquelin
Offset and count fields are unused and so can be removed. The offset field was actually in the Vhost example, but in a way that does not make sense. Signed-off-by: Maxime Coquelin --- examples/vhost/ioat.c | 6 ++ lib/vhost/rte_vhost_async.h | 4 lib/vhost/virtio_net.c | 19