Re: [dpdk-dev] [PATCH v2 8/8] net/mlx4: remove Tx completion elements counter

2017-12-06 Thread Adrien Mazarguil
On Wed, Dec 06, 2017 at 02:48:13PM +, Matan Azrad wrote: > This counter saved the descriptor elements which are waiting to be > completted and was used to know if completion function should be Looks like you forgot one minor change before adding my ack: completted => completed > called. > >

[dpdk-dev] [PATCH v2 8/8] net/mlx4: remove Tx completion elements counter

2017-12-06 Thread Matan Azrad
This counter saved the descriptor elements which are waiting to be completted and was used to know if completion function should be called. This completion check can be done by other elements management variables and we can prevent this counter management. Remove this counter and replace the comp