On 9/11/19 6:04 PM, Thierry Herbelot wrote: > From: Thibaut Collet <[email protected]> > > The loop to read packets does not take all packets as the number of > available packets (nb_used) is decremented in the loop. > Take all available packets provides a performance improvement of 3%. > > Fixes: fc3d66212fed ("virtio: add vector Rx") > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Thibaut Collet <[email protected]> > --- > drivers/net/virtio/virtio_rxtx_simple_neon.c | 5 +++-- > drivers/net/virtio/virtio_rxtx_simple_sse.c | 5 +++-- > 2 files changed, 6 insertions(+), 4 deletions(-) > Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

