Re: [dpdk-dev] [PATCH v2 10/11] net/failsafe: fix sub-device ownership race

2018-05-10 Thread Matan Azrad
Hi Andrew > From: Andrew Rybchenko > On 05/10/2018 01:43 AM, Thomas Monjalon wrote: > From: Matan Azrad > > There is time between the sub-device port probing by the sub-device PMD to > the sub-device port ownership taking by a fail-safe port. > > In this time, the port is available for the appl

Re: [dpdk-dev] [PATCH v2 10/11] net/failsafe: fix sub-device ownership race

2018-05-10 Thread Andrew Rybchenko
On 05/10/2018 01:43 AM, Thomas Monjalon wrote: From: Matan Azrad There is time between the sub-device port probing by the sub-device PMD to the sub-device port ownership taking by a fail-safe port. In this time, the port is available for the application usage. For example, the port will be exp

[dpdk-dev] [PATCH v2 10/11] net/failsafe: fix sub-device ownership race

2018-05-09 Thread Thomas Monjalon
From: Matan Azrad There is time between the sub-device port probing by the sub-device PMD to the sub-device port ownership taking by a fail-safe port. In this time, the port is available for the application usage. For example, the port will be exposed to the applications which use RTE_ETH_FOREAC