Re: [dpdk-dev] [PATCH v2 2/7] net/mlx4: inline more Tx functions

2017-10-29 Thread Ophir Munk
On Thursday, October 26, 2017 5:28 PM, Ophir Munk wrote: > > Hi, > Please see inside > > On Thursday, October 26, 2017 10:49 AM Adrien Mazarguil wrote: > > To: Ophir Munk > > Cc: dev@dpdk.org; Thomas Monjalon ; Olga > Shern > > ; Matan Azrad > > Subject: Re: [PATCH v2 2/7] net/mlx4: inline mor

Re: [dpdk-dev] [PATCH v2 2/7] net/mlx4: inline more Tx functions

2017-10-26 Thread Ophir Munk
Hi, Please see inside On Thursday, October 26, 2017 10:49 AM Adrien Mazarguil wrote: > To: Ophir Munk > Cc: dev@dpdk.org; Thomas Monjalon ; Olga Shern > ; Matan Azrad > Subject: Re: [PATCH v2 2/7] net/mlx4: inline more Tx functions > > Hi Ophir, > > Please see below. > > On Wed, Oct 25, 2017

Re: [dpdk-dev] [PATCH v2 2/7] net/mlx4: inline more Tx functions

2017-10-26 Thread Adrien Mazarguil
Hi Ophir, Please see below. On Wed, Oct 25, 2017 at 09:42:46PM +, Ophir Munk wrote: > Hi Adrien, > > On Wednesday, October 25, 2017 7:50 PM, Adrien Mazarguil wrote: > > > > Hi Ophir, > > > > On Mon, Oct 23, 2017 at 02:21:55PM +, Ophir Munk wrote: > > > Change functions to inline on Tx

Re: [dpdk-dev] [PATCH v2 2/7] net/mlx4: inline more Tx functions

2017-10-25 Thread Ophir Munk
Hi Adrien, On Wednesday, October 25, 2017 7:50 PM, Adrien Mazarguil wrote: > > Hi Ophir, > > On Mon, Oct 23, 2017 at 02:21:55PM +, Ophir Munk wrote: > > Change functions to inline on Tx fast path to improve performance > > > > Inside the inline function call other functions to handle "unlike

Re: [dpdk-dev] [PATCH v2 2/7] net/mlx4: inline more Tx functions

2017-10-25 Thread Adrien Mazarguil
Hi Ophir, On Mon, Oct 23, 2017 at 02:21:55PM +, Ophir Munk wrote: > Change functions to inline on Tx fast path to improve performance > > Inside the inline function call other functions to handle "unlikely" > cases such that the inline function code footprint is small. > > Signed-off-by: Oph

[dpdk-dev] [PATCH v2 2/7] net/mlx4: inline more Tx functions

2017-10-23 Thread Ophir Munk
Change functions to inline on Tx fast path to improve performance Inside the inline function call other functions to handle "unlikely" cases such that the inline function code footprint is small. Signed-off-by: Ophir Munk --- drivers/net/mlx4/mlx4_rxtx.c | 43 ++-