Re: [dpdk-dev] [PATCH v4 05/12] net/failsafe: add plug-in support

2017-06-05 Thread Stephen Hemminger
On Mon, 5 Jun 2017 01:09:19 +0200 Gaëtan Rivet wrote: > On Thu, Jun 01, 2017 at 11:00:10AM -0700, Stephen Hemminger wrote: > > On Thu, 1 Jun 2017 16:12:41 +0200 > > Gaëtan Rivet wrote: > > > > > On Wed, May 31, 2017 at 08:15:26AM -0700, Stephen Hemminger wrote: > > > > On Mon, 29 May 2017 1

Re: [dpdk-dev] [PATCH v4 05/12] net/failsafe: add plug-in support

2017-06-04 Thread Gaëtan Rivet
On Thu, Jun 01, 2017 at 11:00:10AM -0700, Stephen Hemminger wrote: > On Thu, 1 Jun 2017 16:12:41 +0200 > Gaëtan Rivet wrote: > > > On Wed, May 31, 2017 at 08:15:26AM -0700, Stephen Hemminger wrote: > > > On Mon, 29 May 2017 15:42:17 +0200 > > > Gaetan Rivet wrote: > > > > > > > Periodically c

Re: [dpdk-dev] [PATCH v4 05/12] net/failsafe: add plug-in support

2017-06-01 Thread Stephen Hemminger
On Thu, 1 Jun 2017 16:12:41 +0200 Gaëtan Rivet wrote: > On Wed, May 31, 2017 at 08:15:26AM -0700, Stephen Hemminger wrote: > > On Mon, 29 May 2017 15:42:17 +0200 > > Gaetan Rivet wrote: > > > > > Periodically check for the existence of a device. > > > If a device has not been initialized and

Re: [dpdk-dev] [PATCH v4 05/12] net/failsafe: add plug-in support

2017-06-01 Thread Gaëtan Rivet
On Wed, May 31, 2017 at 08:15:26AM -0700, Stephen Hemminger wrote: > On Mon, 29 May 2017 15:42:17 +0200 > Gaetan Rivet wrote: > > > Periodically check for the existence of a device. > > If a device has not been initialized and exists on the system, then it > > is probed and configured. > > > > T

Re: [dpdk-dev] [PATCH v4 05/12] net/failsafe: add plug-in support

2017-05-31 Thread Stephen Hemminger
On Mon, 29 May 2017 15:42:17 +0200 Gaetan Rivet wrote: > Periodically check for the existence of a device. > If a device has not been initialized and exists on the system, then it > is probed and configured. > > The configuration process strives to synchronize the states between the > plugged-in

[dpdk-dev] [PATCH v4 05/12] net/failsafe: add plug-in support

2017-05-29 Thread Gaetan Rivet
Periodically check for the existence of a device. If a device has not been initialized and exists on the system, then it is probed and configured. The configuration process strives to synchronize the states between the plugged-in sub-device and the fail-safe device. Signed-off-by: Gaetan Rivet A