On 9/11/19 6:04 PM, Thierry Herbelot wrote: > From: Thibaut Collet <[email protected]> > > With vectorized functions, only the rx stats for number of packets is > incremented. > Update also the other statistics. > Performance impact is about 2% > > Fixes: fc3d66212fed ("virtio: add vector Rx") > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Thibaut Collet <[email protected]> > --- > drivers/net/virtio/virtio_rxtx.c | 2 +- > drivers/net/virtio/virtio_rxtx.h | 2 ++ > drivers/net/virtio/virtio_rxtx_simple_neon.c | 5 +++++ > drivers/net/virtio/virtio_rxtx_simple_sse.c | 5 +++++ > 4 files changed, 13 insertions(+), 1 deletion(-) > Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

