Re: [dpdk-dev] [PATCH] net/mlx5: fix vectorized Rx burst termination

2020-06-03 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Tuesday, June 2, 2020 6:51 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava > Ovsiienko > Subject: [PATCH] net/mlx5: fix vectorized Rx burst termination > > Maximum burst size of Vectorized Rx burst routine

Re: [dpdk-dev] [PATCH] net/mlx5: fix vectorized Rx burst termination

2020-06-01 Thread Matan Azrad
From: Alexander Kozyrev > Maximum burst size of Vectorized Rx burst routine is set to > MLX5_VPMD_RX_MAX_BURST(64). This limits the performance of any > application that would like to gather more than 64 packets from the single Rx > burst for batch processing (i.e. VPP). > > The situation gets