On 8/18/21 4:13 PM, Andrew Rybchenko wrote: > From: Ivan Ilchenko <ivan.ilche...@oktetlabs.ru> > > 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: 892dc798fa9 ("net/virtio: implement Tx path for packed queues") > Cc: sta...@dpdk.org > > Signed-off-by: Ivan Ilchenko <ivan.ilche...@oktetlabs.ru> > Signed-off-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > --- > drivers/net/virtio/virtqueue.h | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime