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 1D6B9A0C4D; Wed, 13 Oct 2021 10:41:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F249D41167; Wed, 13 Oct 2021 10:41:15 +0200 (CEST) Received: from mail-108-mta106.mxroute.com (mail-108-mta106.mxroute.com [136.175.108.106]) by mails.dpdk.org (Postfix) with ESMTP id 801EE41162 for ; Wed, 13 Oct 2021 10:41:13 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta106.mxroute.com (ZoneMTA) with ESMTPSA id 17c78d002b80000b55.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 13 Oct 2021 08:41:10 +0000 X-Zone-Loop: a90746d5ffa16d32769014a0743c0cb3f99bc5f8f0f5 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=c8mfNgVkd5uRT3wpWzieyJPFNutscjUz0nPX1GK6FGo=; b=DWPq3Izbngro7wVARIQbGxoLvL 3Y2k7o3GG+GsFmEY4/nrTlIqRXLxyC6l4Pm6YPZU/A8DnNDyUIoW3pbTwn+LoDWil7aA7YvoNCdep D2P1Isa2x/TyQ75ozO2hFkrai2jLufnfYGjnDubVQiq+ptyG7sc6BjARCutLya8GYTp5KzPkyqhga ah5bzbWTgDqJ1qYpYoemwcm8mVez1ZC3OZ1VyUr+1C5QiIETUygYlrGz2/wDG53KWsA/aiuYMhD3W oZKTWCTViJLy/jcv8QVU7/53/squOUITzAS/sBUtnxxr5qwjhSK/pjhbYyQKayrFBY0b45K/FkDBn WcLSenpg==; To: Ivan Malov , dev@dpdk.org Cc: Ferruh Yigit , Andrew Rybchenko References: <20210929205730.775-1-ivan.malov@oktetlabs.ru> <20211013002415.24453-1-ivan.malov@oktetlabs.ru> <20211013002415.24453-5-ivan.malov@oktetlabs.ru> From: "Kinsella, Ray" Message-ID: Date: Wed, 13 Oct 2021 09:41:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211013002415.24453-5-ivan.malov@oktetlabs.ru> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, FROM_HAS_DN=0, RCPT_COUNT_THREE=0, TO_DN_SOME=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, NEURAL_SPAM=0, MID_RHS_MATCH_FROM=0] Subject: Re: [dpdk-dev] [PATCH v3 04/10] common/sfc_efx/base: add RECIRC ID match in action rules API 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 Sender: "dev" On 13/10/2021 01:24, Ivan Malov wrote: > Currently, there is an API for setting recirculation ID in > outer rules. Add an API to let action rules match on it. > > Signed-off-by: Ivan Malov > Reviewed-by: Andrew Rybchenko > --- > drivers/common/sfc_efx/base/efx.h | 13 ++++++++++ > drivers/common/sfc_efx/base/efx_mae.c | 36 ++++++++++++++++++++++++--- > drivers/common/sfc_efx/version.map | 1 + > 3 files changed, 46 insertions(+), 4 deletions(-) > Acked-by: Ray Kinsella