Re: [dpdk-dev] [PATCH v3 4/7] net/mlx4: remove completion counter in Tx burst

2017-10-30 Thread Adrien Mazarguil
On Mon, Oct 30, 2017 at 10:07:26AM +, Matan Azrad wrote: > Remove usage of variable which count the packets for completion and > doesn't add more information than packets counter. > > Signed-off-by: Matan Azrad Acked-by: Adrien Mazarguil -- Adrien Mazarguil 6WIND

[dpdk-dev] [PATCH v3 4/7] net/mlx4: remove completion counter in Tx burst

2017-10-30 Thread Matan Azrad
Remove usage of variable which count the packets for completion and doesn't add more information than packets counter. Signed-off-by: Matan Azrad --- drivers/net/mlx4/mlx4_rxtx.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/net/mlx4/mlx4_rxtx.c b/drivers/net/mlx