Re: [dpdk-dev] [PATCH 2/8] net/mlx4: remove unnecessary Tx wraparound checks

2017-12-06 Thread Adrien Mazarguil
On Tue, Nov 28, 2017 at 12:19:24PM +, Matan Azrad wrote: > There is no need to check Tx queue wraparound for segments which are > not at the beginning of a Tx block. Especially relevant in a single > segment case. > > Remove unnecessary aforementioned checks from Tx path. > > Signed-off-by: M

[dpdk-dev] [PATCH 2/8] net/mlx4: remove unnecessary Tx wraparound checks

2017-11-28 Thread Matan Azrad
There is no need to check Tx queue wraparound for segments which are not at the beginning of a Tx block. Especially relevant in a single segment case. Remove unnecessary aforementioned checks from Tx path. Signed-off-by: Matan Azrad --- drivers/net/mlx4/mlx4_rxtx.c | 20 ++-- 1