Re: [dpdk-dev] [PATCH v4 3/8] net/failsafe: add probed etherdev capture

2018-01-18 Thread Matan Azrad
Hi Gaetan From: Gaëtan Rivet, Thursday, January 18, 2018 11:11 AM > To: Matan Azrad > Cc: Ferruh Yigit ; Thomas Monjalon > ; dev@dpdk.org; step...@networkplumber.org > Subject: Re: [PATCH v4 3/8] net/failsafe: add probed etherdev capture > > Hi Matan, > > On Thu, Jan 18, 2018 at 08:43:41AM +00

Re: [dpdk-dev] [PATCH v4 3/8] net/failsafe: add probed etherdev capture

2018-01-18 Thread Gaëtan Rivet
Hi Matan, On Thu, Jan 18, 2018 at 08:43:41AM +, Matan Azrad wrote: > Previous fail-safe code didn't support probed sub-devices capture and > failed when it tried to probe them. > > Skip fail-safe sub-device probing when it already was probed. > What happens when app --vdev "net_failsafe0,d

[dpdk-dev] [PATCH v4 3/8] net/failsafe: add probed etherdev capture

2018-01-18 Thread Matan Azrad
Previous fail-safe code didn't support probed sub-devices capture 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/failsaf