Re: [dpdk-dev] [PATCH v2] net/failsafe: fix tx sub device deactivating

2017-08-16 Thread Matan Azrad
Hi > -Original Message- > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > Sent: Wednesday, August 16, 2017 5:39 PM > To: Matan Azrad > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH v2] net/failsafe: fix tx sub device deactivating > > On Wed, Aug 16, 2017 at 05:19:28PM +030

Re: [dpdk-dev] [PATCH v2] net/failsafe: fix tx sub device deactivating

2017-08-16 Thread Gaëtan Rivet
On Wed, Aug 16, 2017 at 05:19:28PM +0300, Matan Azrad wrote: > The corrupted code couldn't recognize that all sub devices > were not ready for tx traffic when failsafe PMD was trying > to switch device because of an unreachable condition using. > > Hence, the current tx sub device variable was not

[dpdk-dev] [PATCH v2] net/failsafe: fix tx sub device deactivating

2017-08-16 Thread Matan Azrad
The corrupted code couldn't recognize that all sub devices were not ready for tx traffic when failsafe PMD was trying to switch device because of an unreachable condition using. Hence, the current tx sub device variable was not updated correctly. The fix removed the unreachable branch and added n