Re: [dpdk-dev] [PATCH v10 05/11] net/failsafe: add flexible device definition

2017-07-17 Thread Ferruh Yigit
On 7/17/2017 4:52 PM, Gaëtan Rivet wrote: > Hi Ferruh, > > (Thanks for the review by the way, I will answer the other more lengthy > emails in due time) > > On Mon, Jul 17, 2017 at 04:45:59PM +0100, Ferruh Yigit wrote: >> On 7/15/2017 6:57 PM, Gaetan Rivet wrote: >>> Add the "exec" device type. >

Re: [dpdk-dev] [PATCH v10 05/11] net/failsafe: add flexible device definition

2017-07-17 Thread Gaëtan Rivet
Hi Ferruh, (Thanks for the review by the way, I will answer the other more lengthy emails in due time) On Mon, Jul 17, 2017 at 04:45:59PM +0100, Ferruh Yigit wrote: > On 7/15/2017 6:57 PM, Gaetan Rivet wrote: > > Add the "exec" device type. > > The parameters given to this type of device will be

Re: [dpdk-dev] [PATCH v10 05/11] net/failsafe: add flexible device definition

2017-07-17 Thread Ferruh Yigit
On 7/15/2017 6:57 PM, Gaetan Rivet wrote: > Add the "exec" device type. > The parameters given to this type of device will be executed in a shell. > The output of this command is then used as a definition for a device. > > That command can be re-interpreted if the related device is not > plugged-i

[dpdk-dev] [PATCH v10 05/11] net/failsafe: add flexible device definition

2017-07-15 Thread Gaetan Rivet
Add the "exec" device type. The parameters given to this type of device will be executed in a shell. The output of this command is then used as a definition for a device. That command can be re-interpreted if the related device is not plugged-in. It allows for a device definition to react to syste