Re: [dpdk-dev] [PATCH 3/8] net/mlx4: remove restamping from Tx error path

2017-12-06 Thread Adrien Mazarguil
On Tue, Nov 28, 2017 at 12:19:25PM +, Matan Azrad wrote: > At error time, the first 4 bytes of each WQE Tx block still have not > writen, so no need to stamp them because they are already stamped. > > Signed-off-by: Matan Azrad Acked-by: Adrien Mazarguil -- Adrien Mazarguil 6WIND

[dpdk-dev] [PATCH 3/8] net/mlx4: remove restamping from Tx error path

2017-11-28 Thread Matan Azrad
At error time, the first 4 bytes of each WQE Tx block still have not writen, so no need to stamp them because they are already stamped. Signed-off-by: Matan Azrad --- drivers/net/mlx4/mlx4_rxtx.c | 22 +- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/drivers/n