vhost: remove useless fields in async iterator struct
authorMaxime Coquelin <maxime.coquelin@redhat.com>
Tue, 26 Oct 2021 16:28:56 +0000 (18:28 +0200)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Fri, 29 Oct 2021 10:32:30 +0000 (12:32 +0200)
commit0af9f992211cc0f59d6c3bb670510a746b4f3e16
tree4d03d5a2c8f3d4161d6e76ea847810b867cef6db
parent6171bfbfb2ea38f11ec2e9eb1f97b04e32b9b765
vhost: remove useless fields in async iterator struct

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 <maxime.coquelin@redhat.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
Reviewed-by: Jiayu Hu <jiayu.hu@intel.com>
examples/vhost/ioat.c
lib/vhost/rte_vhost_async.h
lib/vhost/virtio_net.c