Re: [dpdk-dev] [PATCH v2 6/7] net/mlx4: improve performance of one Tx segment

2017-10-25 Thread Adrien Mazarguil
On Mon, Oct 23, 2017 at 02:21:59PM +, Ophir Munk wrote: > From: Matan Azrad > > Since one segment shouldn't use additional memory to save segments > byte_count for writing them in different order we can prevent > additional memory unnecessary usage in this case. > By the way, prevent loop man

[dpdk-dev] [PATCH v2 6/7] net/mlx4: improve performance of one Tx segment

2017-10-23 Thread Ophir Munk
From: Matan Azrad Since one segment shouldn't use additional memory to save segments byte_count for writing them in different order we can prevent additional memory unnecessary usage in this case. By the way, prevent loop management. All for performance improvement. Signed-off-by: Matan Azrad