Re: [dpdk-dev] [PATCH v2 2/5] net/mlx5: free buffers in bulk on Tx completion

2017-07-03 Thread Nélio Laranjeiro
On Fri, Jun 30, 2017 at 12:23:30PM -0700, Yongseok Koh wrote: > When processing Tx completion, it is more efficient to free buffers in bulk > using rte_mempool_put_bulk() if buffers are from a same mempool. > > Signed-off-by: Yongseok Koh > --- >[...] Acked-by: Nelio Laranjeiro -- Nélio Laran

[dpdk-dev] [PATCH v2 2/5] net/mlx5: free buffers in bulk on Tx completion

2017-06-30 Thread Yongseok Koh
When processing Tx completion, it is more efficient to free buffers in bulk using rte_mempool_put_bulk() if buffers are from a same mempool. Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_rxtx.c | 33 - 1 file changed, 24 insertions(+), 9 deletions(-) diff