[dpdk-stable] [PATCH v2 1/2] net/virtio: fix Tx cleanup functions to have same signature
    Maxime Coquelin 
    maxime.coquelin at redhat.com
       
    Tue Sep 28 17:30:11 CEST 2021
    
    
  
On 9/15/21 11:19, Andrew Rybchenko wrote:
> From: Ivan Ilchenko <ivan.ilchenko at 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: stable at dpdk.org
> 
> Signed-off-by: Ivan Ilchenko <ivan.ilchenko at oktetlabs.ru>
> Signed-off-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> ---
>   drivers/net/virtio/virtqueue.h | 11 ++++++-----
>   1 file changed, 6 insertions(+), 5 deletions(-)
> 
Applied to dpdk-next-virtio/main.
Thanks,
Maxime
    
    
More information about the stable
mailing list