Re: [dpdk-dev] [PATCH] net/mlx4: workaround to verbs wrong error return

2017-08-01 Thread Matan Azrad
> -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Tuesday, August 1, 2017 1:51 PM > To: Matan Azrad > Cc: dev@dpdk.org; Thomas Monjalon ; Olga Shern > ; sta...@dpdk.org > Subject: Re: [PATCH] net/mlx4: workaround to verbs wrong error return > > Hi

Re: [dpdk-dev] [PATCH] net/mlx4: workaround to verbs wrong error return

2017-08-01 Thread Adrien Mazarguil
Hi Matan, (snipping a bit of unnecessary context) On Tue, Aug 01, 2017 at 10:12:29AM +, Matan Azrad wrote: [...] > > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] [...] > > On Mon, Jul 31, 2017 at 04:56:33PM +, Matan Azrad wrote: [...] > > > > From: Adrien Mazarguil [mailto:a

Re: [dpdk-dev] [PATCH] net/mlx4: workaround to verbs wrong error return

2017-08-01 Thread Matan Azrad
Hi Adrien > -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Tuesday, August 1, 2017 12:42 PM > To: Matan Azrad > Cc: dev@dpdk.org; Thomas Monjalon ; Olga Shern > ; sta...@dpdk.org > Subject: Re: [PATCH] net/mlx4: workaround to verbs wrong error retu

Re: [dpdk-dev] [PATCH] net/mlx4: workaround to verbs wrong error return

2017-08-01 Thread Adrien Mazarguil
Hi Matan, On Mon, Jul 31, 2017 at 04:56:33PM +, Matan Azrad wrote: > Hi Adrien > > > -Original Message- > > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > > Sent: Monday, July 31, 2017 5:17 PM > > To: Matan Azrad > > Cc: dev@dpdk.org; Thomas Monjalon ; Olga Shern > > ;

Re: [dpdk-dev] [PATCH] net/mlx4: workaround to verbs wrong error return

2017-07-31 Thread Matan Azrad
Hi Adrien > -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Monday, July 31, 2017 5:17 PM > To: Matan Azrad > Cc: dev@dpdk.org; Thomas Monjalon ; Olga Shern > ; sta...@dpdk.org > Subject: Re: [PATCH] net/mlx4: workaround to verbs wrong error return

Re: [dpdk-dev] [PATCH] net/mlx4: workaround to verbs wrong error return

2017-07-31 Thread Adrien Mazarguil
Hi Matan, On Mon, Jul 31, 2017 at 02:15:09PM +0300, Matan Azrad wrote: > Current mlx4 OFED version has bug which returns error to > ibv destroy functions when the device was plugged out, in > spite of the resources were destroyed correctly. > > Hence, failsafe PMD was aborted, only in debug mode,

[dpdk-dev] [PATCH] net/mlx4: workaround to verbs wrong error return

2017-07-31 Thread Matan Azrad
Current mlx4 OFED version has bug which returns error to ibv destroy functions when the device was plugged out, in spite of the resources were destroyed correctly. Hence, failsafe PMD was aborted, only in debug mode, when it tries to remove the device in plug-out process. The workaround removed t