From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 225632C6D for ; Wed, 30 Aug 2017 11:09:04 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Aug 2017 02:09:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,448,1498546800"; d="scan'208";a="123967517" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.4.117]) ([10.252.4.117]) by orsmga004.jf.intel.com with ESMTP; 30 Aug 2017 02:09:02 -0700 To: =?UTF-8?Q?Ga=c3=abtan_Rivet?= , Raslan Darawsheh Cc: thomas@monjalon.net, dev@dpdk.org References: <1503996945-62885-1-git-send-email-rasland@mellanox.com> <1503997688-1182-1-git-send-email-rasland@mellanox.com> <20170829092845.GL8124@bidouze.vm.6wind.com> From: Ferruh Yigit Message-ID: <5fdfdb66-c546-0624-d16b-7000ac0b9cee@intel.com> Date: Wed, 30 Aug 2017 10:09:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170829092845.GL8124@bidouze.vm.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3] net/failsafe: fix failsafe bus uninit return value X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2017 09:09:05 -0000 On 8/29/2017 10:28 AM, Gaƫtan Rivet wrote: > On Tue, Aug 29, 2017 at 12:08:08PM +0300, Raslan Darawsheh wrote: >> fs_bus_uninit is always returning 0 no matter what was the status >> of each sub device bus_uninit value. >> >> Fixes: a46f8d58 ("net/failsafe: add fail-safe PMD") Cc: stable@dpdk.org >> >> Signed-off-by: Raslan Darawsheh > Acked-by: Gaetan Rivet Applied to dpdk-next-net/master, thanks.