Re: [dpdk-dev] [PATCH] net/virtio: fix Rx stats with altivec vectorized functions

2019-10-16 Thread Maxime Coquelin
On 9/30/19 8:27 PM, David Christensen wrote: > 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: thibaut.col...@6

Re: [dpdk-dev] [PATCH] net/virtio: fix Rx stats with altivec vectorized functions

2019-10-01 Thread Maxime Coquelin
Thanks David for the fix, On 9/30/19 8:27 PM, David Christensen wrote: > 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.or

[dpdk-dev] [PATCH] net/virtio: fix Rx stats with altivec vectorized functions

2019-09-30 Thread David Christensen
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: thibaut.col...@6wind.com Cc: maxime.coque...@redhat.com Cc: tiwei@intel.com

[dpdk-dev] [PATCH] net/virtio: fix Rx stats with altivec vectorized functions

2019-09-30 Thread David Christensen
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: thibaut.col...@6wind.com Cc: maxime.coque...@redhat.com Cc: tiwei@intel.com