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 2557141E65 for ; Fri, 10 Mar 2023 15:21:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C3C641140; Fri, 10 Mar 2023 15:21:03 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 17C2C40685; Fri, 10 Mar 2023 15:21:00 +0100 (CET) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id A42EC69; Fri, 10 Mar 2023 17:20:59 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru A42EC69 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1678458059; bh=C4RgrtSzlN8jlLPQQDtTNRLZdArgJPD6Si72/KB3X2U=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=AqY/MGBQFUPZXgTffWHrtmulvNqu/gMTM69U5rIdxSl0Gy+hKxbhBSmjtxFBA1O2S 6pUI2q2ES3H+79TeT66wW0M1RirpHZ/IVbTSz9tL1qajAXvl5CHTK5YEgMbsc3Ehgs UrSv5zDGgZOeGYGOI7O4vZlz8h2TAO/lKzuskK1A= Message-ID: Date: Fri, 10 Mar 2023 17:20:59 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH 2/2] net/sfc: fix resetting mark in tunnel offload switch rules Content-Language: en-US To: Ivan Malov , dev@dpdk.org Cc: Ferruh Yigit , stable@dpdk.org, Andy Moreton References: <20230309042842.8709-1-ivan.malov@arknetworks.am> <20230309042842.8709-2-ivan.malov@arknetworks.am> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20230309042842.8709-2-ivan.malov@arknetworks.am> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 3/9/23 07:28, Ivan Malov wrote: > The currently used API is unfit for the purpose as it > checks the order in which the action is being added. > Use a dedicated API to request the reset. > > Fixes: 012bf708c20f ("net/sfc: support group flows in tunnel offload") > Cc: stable@dpdk.org > > Signed-off-by: Ivan Malov > Reviewed-by: Andy Moreton Acked-by: Andrew Rybchenko