From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A709CA0547 for ; Tue, 30 Mar 2021 16:15:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9CC6D140E00; Tue, 30 Mar 2021 16:15:26 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 53D7940691; Tue, 30 Mar 2021 16:15:23 +0200 (CEST) IronPort-SDR: ayAgwVXC7nkTWF88qsrzm1R6bKRxJsVkEP9WYofUFACE/INc08uYP6rOc9i7f1fGsjWQk/6HPs 6CptEBZL1m0Q== X-IronPort-AV: E=McAfee;i="6000,8403,9939"; a="211990071" X-IronPort-AV: E=Sophos;i="5.81,291,1610438400"; d="scan'208";a="211990071" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2021 07:15:22 -0700 IronPort-SDR: m/vst5BKYZq2+n0Pp1kSgMRn7QwfQelT4tf3pna+BcoX3vo5B1Gt2JxLK3b6vUeShmd0d0i+ap eZBUymd12HRg== X-IronPort-AV: E=Sophos;i="5.81,291,1610438400"; d="scan'208";a="418188716" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.213.217]) ([10.213.213.217]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2021 07:15:20 -0700 To: Ivan Malov , dev@dpdk.org Cc: stable@dpdk.org, Andrew Rybchenko , Andy Moreton References: <20210326093927.2535-1-ivan.malov@oktetlabs.ru> From: Ferruh Yigit X-User: ferruhy Message-ID: <79d995fe-036a-7c50-af0d-6c475951491f@intel.com> Date: Tue, 30 Mar 2021 15:15:19 +0100 MIME-Version: 1.0 In-Reply-To: <20210326093927.2535-1-ivan.malov@oktetlabs.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/sfc: fix error path inconsistency X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 3/26/2021 9:39 AM, Ivan Malov wrote: > At the fail label, there's a statement to set general errno and > error message. However, before the label is reached, a custom > error message can be set by the code which parses actions. > This custom (action-specific) message, when present, > must not be replaced by the general one. > > Fixes: 662286ae61d2 ("net/sfc: add actions parsing stub to MAE backend") > Cc: stable@dpdk.org > > Signed-off-by: Ivan Malov > Signed-off-by: Andrew Rybchenko > Reviewed-by: Andy Moreton Applied to dpdk-next-net/main, thanks.