Re: [dpdk-dev] [PATCH v3 3/8] net/failsafe: support probed sub-devices getting

2018-01-17 Thread Matan Azrad
Hi Gaetan From: Gaëtan Rivet, Wednesday, January 17, 2018 12:31 AM > Hi Matan, > > On Tue, Jan 16, 2018 at 05:20:27PM +, Matan Azrad wrote: > > Hi Gaetan > > > > > > > > > > In 18.05, or 18.08 there should be an EAL function that would be > > > > > able to identify a device given a specifi

Re: [dpdk-dev] [PATCH v3 3/8] net/failsafe: support probed sub-devices getting

2018-01-16 Thread Gaëtan Rivet
Hi Matan, On Tue, Jan 16, 2018 at 05:20:27PM +, Matan Azrad wrote: > Hi Gaetan > > > > > In 18.05, or 18.08 there should be an EAL function that would be > > > > able to identify a device given a specific ID string (very close to an > > rte_devargs). > > > > Currently, this API does not ex

Re: [dpdk-dev] [PATCH v3 3/8] net/failsafe: support probed sub-devices getting

2018-01-16 Thread Matan Azrad
Hi Gaetan From: Gaëtan Rivet, Tuesday, January 16, 2018 6:54 PM > On Tue, Jan 16, 2018 at 04:15:36PM +, Matan Azrad wrote: > > Hi Gaetan > > > > From: Gaëtan Rivet, Tuesday, January 16, 2018 4:41 PM > > > On Tue, Jan 16, 2018 at 12:27:57PM +, Matan Azrad wrote: > > > > Hi Gaetan > > > > >

Re: [dpdk-dev] [PATCH v3 3/8] net/failsafe: support probed sub-devices getting

2018-01-16 Thread Gaëtan Rivet
On Tue, Jan 16, 2018 at 04:15:36PM +, Matan Azrad wrote: > Hi Gaetan > > From: Gaëtan Rivet, Tuesday, January 16, 2018 4:41 PM > > On Tue, Jan 16, 2018 at 12:27:57PM +, Matan Azrad wrote: > > > Hi Gaetan > > > > > > From: Gaëtan Rivet, Tuesday, January 16, 2018 1:09 PM > > > > Hi Matan, >

Re: [dpdk-dev] [PATCH v3 3/8] net/failsafe: support probed sub-devices getting

2018-01-16 Thread Matan Azrad
Hi Gaetan From: Gaëtan Rivet, Tuesday, January 16, 2018 4:41 PM > On Tue, Jan 16, 2018 at 12:27:57PM +, Matan Azrad wrote: > > Hi Gaetan > > > > From: Gaëtan Rivet, Tuesday, January 16, 2018 1:09 PM > > > Hi Matan, > > > > > > I'n not fond of the commit title, how about: > > > > > > [PATCH v3

Re: [dpdk-dev] [PATCH v3 3/8] net/failsafe: support probed sub-devices getting

2018-01-16 Thread Gaëtan Rivet
On Tue, Jan 16, 2018 at 12:27:57PM +, Matan Azrad wrote: > Hi Gaetan > > From: Gaëtan Rivet, Tuesday, January 16, 2018 1:09 PM > > Hi Matan, > > > > I'n not fond of the commit title, how about: > > > > [PATCH v3 3/8] net/failsafe: add probed etherdev capture > > > > ? > > > OK, no problem.

Re: [dpdk-dev] [PATCH v3 3/8] net/failsafe: support probed sub-devices getting

2018-01-16 Thread Matan Azrad
Hi Gaetan From: Gaëtan Rivet, Tuesday, January 16, 2018 1:09 PM > Hi Matan, > > I'n not fond of the commit title, how about: > > [PATCH v3 3/8] net/failsafe: add probed etherdev capture > > ? > OK, no problem. > On Tue, Jan 09, 2018 at 02:47:28PM +, Matan Azrad wrote: > > Previous fail-sa

Re: [dpdk-dev] [PATCH v3 3/8] net/failsafe: support probed sub-devices getting

2018-01-16 Thread Gaëtan Rivet
Hi Matan, I'n not fond of the commit title, how about: [PATCH v3 3/8] net/failsafe: add probed etherdev capture ? On Tue, Jan 09, 2018 at 02:47:28PM +, Matan Azrad wrote: > Previous fail-safe code didn't support getting probed sub-devices and > failed when it tried to probe them. > > Skip

[dpdk-dev] [PATCH v3 3/8] net/failsafe: support probed sub-devices getting

2018-01-09 Thread Matan Azrad
Previous fail-safe code didn't support getting probed sub-devices and failed when it tried to probe them. Skip fail-safe sub-device probing when it already was probed. Signed-off-by: Matan Azrad Cc: Gaetan Rivet --- doc/guides/nics/fail_safe.rst | 5 drivers/net/failsafe/failsafe_e