Re: [dpdk-dev] [PATCH v3 0/8] improve mlx4 Tx performance

2017-12-10 Thread Shahaf Shuler
Thursday, December 7, 2017 12:57 PM, Adrien Mazarguil: > > > > V2: > > Add missed function descriptions. > > Accurate descriptions. > > Change Tx descriptor alignment to be like Rx. > > Move mlx4_fill_tx_data_seg to mlx4_rxtx.c and use rte_be32_t for byte > count. > > Change remain_size type to uin

Re: [dpdk-dev] [PATCH v3 0/8] improve mlx4 Tx performance

2017-12-07 Thread Adrien Mazarguil
On Wed, Dec 06, 2017 at 05:57:48PM +, Matan Azrad wrote: > This series improves mlx4 Tx performance and fix and clean some Tx code. > 1. 10% MPPS improvement for 1 queue, 1 core, 64B packets, txonly mode. > 2. 20% MPPS improvement for 1 queue, 1 core, 32B*4(segs) packets, txonly mode. > > V2:

[dpdk-dev] [PATCH v3 0/8] improve mlx4 Tx performance

2017-12-06 Thread Matan Azrad
This series improves mlx4 Tx performance and fix and clean some Tx code. 1. 10% MPPS improvement for 1 queue, 1 core, 64B packets, txonly mode. 2. 20% MPPS improvement for 1 queue, 1 core, 32B*4(segs) packets, txonly mode. V2: Add missed function descriptions. Accurate descriptions. Change Tx des