From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/failsafe: fix strerror call in sub-eal Date: Mon, 5 Feb 2018 15:05:24 +0000 Message-ID: <9b2ced14-a67d-5358-fd4e-bfb069c23606@intel.com> References: <20180201101801.10295-1-gaetan.rivet@6wind.com> <20180201105930.12686-1-gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Matan Azrad To: Gaetan Rivet , dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BDBC11B3CB for ; Mon, 5 Feb 2018 16:05:27 +0100 (CET) In-Reply-To: <20180201105930.12686-1-gaetan.rivet@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/1/2018 10:59 AM, Gaetan Rivet wrote: > Ownership API returns a negative value, strerror expects a valid errno > value, thus positive. > > Coverity issue: 260401 > Fixes: dcd0c9c32b8d ("net/failsafe: use ownership mechanism for slaves") > > Signed-off-by: Gaetan Rivet Applied to dpdk-next-net/master, thanks.