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 E8BCA42D22; Thu, 22 Jun 2023 11:26:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C680340EE1; Thu, 22 Jun 2023 11:26:01 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id B2112406B8 for ; Thu, 22 Jun 2023 11:25:59 +0200 (CEST) Received: from [192.168.1.40] (unknown [188.170.81.161]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id A3B6C50; Thu, 22 Jun 2023 12:25:58 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru A3B6C50 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1687425959; bh=deZDaeIJ+jXTOPbhIIRYAd1cfbIK6vbub4QTRPD0aeA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=t2ZB3NbErSbQaSW2hD5oRTd4Eo0ZjajQv3g32mUSVA/7Ooc11LNwXzcUWruOoz1Kd ibZ04HLt9hB09nLOA56U2qj4jOL2BhhEcsI7CurnPfyX0tQvm9P/HmlwJUJNFifOs2 XW3Lkd2uRwcrE8KmgAUTzsCfowMAAQ+JFYG6+jxI= Message-ID: Date: Thu, 22 Jun 2023 12:25:51 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH v3] common/sfc_efx/base: set return code in case of the error To: Artemii Morozov , dev@dpdk.org Cc: Ferruh Yigit , Andy Moreton References: <20230531070810.93131-1-artemii.morozov@arknetworks.am> <20230622091301.251330-1-artemii.morozov@arknetworks.am> Content-Language: en-US From: Andrew Rybchenko In-Reply-To: <20230622091301.251330-1-artemii.morozov@arknetworks.am> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 6/22/23 12:13, Artemii Morozov wrote: > If the prefix for the rss hash was not chosen the rss -> RSS > ENOTSUP error should be returned. Before this patch > the zero code was returned in case of an error. > > Fixes: f784cdc5cbb1 ("common/sfc_efx/base: provide control to deliver RSS hash") I guess Cc: stable@dpdk.org is missing > > Signed-off-by: Artemii Morozov > Reviewed-by: Andy Moreton Acked-by: Andrew Rybchenko