Re: [dpdk-dev] [PATCH 1/2] virtio: fix rx stats with vectorized functions

2019-09-27 Thread Maxime Coquelin
On 9/11/19 6:04 PM, Thierry Herbelot wrote: > From: Thibaut Collet > > 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: sta...@dpdk.

[dpdk-dev] [PATCH 1/2] virtio: fix rx stats with vectorized functions

2019-09-11 Thread Thierry Herbelot
From: Thibaut Collet 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: sta...@dpdk.org Cc: maxime.coque...@redhat.com Cc: tiwei@intel.com Cc: zh