net/virtio: fix Tx cleanup functions to have same signature
authorIvan Ilchenko <ivan.ilchenko@oktetlabs.ru>
Wed, 15 Sep 2021 09:19:41 +0000 (12:19 +0300)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Tue, 28 Sep 2021 15:26:50 +0000 (17:26 +0200)
commite2ca43a35ea60e6194a72d37c964d52827fcff71
tree9388e15a29774ada39b4e59842e81ee9c37b91a8
parente7cb7fdf5471d96edd586dd318511d8a892c41ca
net/virtio: fix Tx cleanup functions to have same signature

There is a family of cleanup from completed transmits functions.
Fix packed virtqueues cleanup functions to have the same signature
as split virtqueues have. This lets all functions of the family to
match the same callback prototype.

Fixes: 892dc798fa9c ("net/virtio: implement Tx path for packed queues")
Cc: stable@dpdk.org
Signed-off-by: Ivan Ilchenko <ivan.ilchenko@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
drivers/net/virtio/virtqueue.h