Re: [dpdk-dev] [PATCH v2] net/failsafe: fix Rx interrupt reinstallation

2018-02-14 Thread Thomas Monjalon
14/02/2018 16:00, Gaëtan Rivet: > On Wed, Feb 14, 2018 at 02:47:26PM +, Matan Azrad wrote: > > Fail-safe dev_start() operation can be called by both the application > > and the hot-plug alarm mechanism. > > > > The installation of Rx interrupt are triggered from dev_start() in any > > time it

Re: [dpdk-dev] [PATCH v2] net/failsafe: fix Rx interrupt reinstallation

2018-02-14 Thread Gaëtan Rivet
On Wed, Feb 14, 2018 at 04:01:29PM +0100, Gaëtan Rivet wrote: > On Wed, Feb 14, 2018 at 04:00:13PM +0100, Gaëtan Rivet wrote: > > On Wed, Feb 14, 2018 at 02:47:26PM +, Matan Azrad wrote: > > > Fail-safe dev_start() operation can be called by both the application > > > and the hot-plug alarm mec

Re: [dpdk-dev] [PATCH v2] net/failsafe: fix Rx interrupt reinstallation

2018-02-14 Thread Matan Azrad
Hi Gaetan From: Gaëtan Rivet, Sent: Wednesday, February 14, 2018 5:01 PM > On Wed, Feb 14, 2018 at 04:00:13PM +0100, Gaëtan Rivet wrote: > > On Wed, Feb 14, 2018 at 02:47:26PM +, Matan Azrad wrote: > > > Fail-safe dev_start() operation can be called by both the > > > application and the hot-pl

Re: [dpdk-dev] [PATCH v2] net/failsafe: fix Rx interrupt reinstallation

2018-02-14 Thread Gaëtan Rivet
On Wed, Feb 14, 2018 at 04:00:13PM +0100, Gaëtan Rivet wrote: > On Wed, Feb 14, 2018 at 02:47:26PM +, Matan Azrad wrote: > > Fail-safe dev_start() operation can be called by both the application > > and the hot-plug alarm mechanism. > > > > The installation of Rx interrupt are triggered from d

Re: [dpdk-dev] [PATCH v2] net/failsafe: fix Rx interrupt reinstallation

2018-02-14 Thread Gaëtan Rivet
On Wed, Feb 14, 2018 at 02:47:26PM +, Matan Azrad wrote: > Fail-safe dev_start() operation can be called by both the application > and the hot-plug alarm mechanism. > > The installation of Rx interrupt are triggered from dev_start() in any > time it is called while actually the Rx interrupt sh

[dpdk-dev] [PATCH v2] net/failsafe: fix Rx interrupt reinstallation

2018-02-14 Thread Matan Azrad
Fail-safe dev_start() operation can be called by both the application and the hot-plug alarm mechanism. The installation of Rx interrupt are triggered from dev_start() in any time it is called while actually the Rx interrupt should be installed only by the application calls. So, each plug-in even