From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B6C70C304; Sat, 4 Mar 2017 01:05:26 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2017 16:05:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,239,1484035200"; d="scan'208";a="72022140" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.177.232]) ([10.254.177.232]) by fmsmga005.fm.intel.com with ESMTP; 03 Mar 2017 16:05:23 -0800 To: Nelio Laranjeiro , dev@dpdk.org References: <38bffaf86edf94efd9d271feb251460e46ef5597.1488270759.git.nelio.laranjeiro@6wind.com> Cc: Adrien Mazarguil , stable@dpdk.org From: Ferruh Yigit Message-ID: <5a55af08-6e67-168e-8c31-3a7df1634667@intel.com> Date: Sat, 4 Mar 2017 00:05:22 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <38bffaf86edf94efd9d271feb251460e46ef5597.1488270759.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix a wrong error handler X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2017 00:05:27 -0000 On 2/28/2017 8:33 AM, Nelio Laranjeiro wrote: > The returned error code was wrongly handled causing the PMD to refuse to > start. > > Fixes: 91572d2a0b1a ("net/mlx5: fix startup when flow cannot be applied") > > CC: stable@dpdk.org > Signed-off-by: Nelio Laranjeiro Squashed into original commit "net/mlx5: fix startup when flow cannot be applied"