On 9/30/19 8:42 PM, David Christensen wrote:
> 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: sta...@dpdk.org
> Cc: thibaut.col...@6wind.com
> Cc: maxime.coque...@redhat.com
> Cc: tiwei....@intel.com
> Cc: zhihong.w...@intel.com
> Cc: jer...@marvell.com
> Cc: gavin...@arm.com
> 
> Signed-off-by: David Christensen <d...@linux.vnet.ibm.com>
> ---
>  drivers/net/virtio/virtio_rxtx_simple_altivec.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
Applied to dpdk-next-virtio/master.

Thanks,
Maxime

Reply via email to