Re: [dpdk-dev] [PATCH v4 4/8] net/mlx4: merge Tx path functions

2017-11-02 Thread Adrien Mazarguil
On Tue, Oct 31, 2017 at 06:21:29PM +, Matan Azrad wrote: > Merge tx_burst and mlx4_post_send functions to prevent > double asking about WQ remain space. > > Signed-off-by: Matan Azrad Ideally this patch and subsequent ones should have come after: "net/mlx4: fix HW memory optimizations care

[dpdk-dev] [PATCH v4 4/8] net/mlx4: merge Tx path functions

2017-10-31 Thread Matan Azrad
Merge tx_burst and mlx4_post_send functions to prevent double asking about WQ remain space. Signed-off-by: Matan Azrad --- drivers/net/mlx4/mlx4_rxtx.c | 355 +-- 1 file changed, 170 insertions(+), 185 deletions(-) diff --git a/drivers/net/mlx4/mlx4_rxtx.