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 9EB78A0C41; Thu, 30 Sep 2021 11:53:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 17C03410E5; Thu, 30 Sep 2021 11:53:57 +0200 (CEST) Received: from mail-108-mta181.mxroute.com (mail-108-mta181.mxroute.com [136.175.108.181]) by mails.dpdk.org (Postfix) with ESMTP id CA40040DDA for ; Thu, 30 Sep 2021 11:53:55 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta181.mxroute.com (ZoneMTA) with ESMTPSA id 17c361fea6c0008545.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 30 Sep 2021 09:53:53 +0000 X-Zone-Loop: 87eae5b56c85c46931fb3c535e72558eb0f626ed2277 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=kyoHUKvL85Q+Cs/u1pKPJzUNOlMJXi8Bgh+2DDEo3xE=; b=UWRPY0WQlrrk3EKYK72Dzr4re+ mEeibb0ejcBJomDSlcgHeBn1fm1eRDbGAxsi0YQT0eaunpzBE3ozcPqnd2hpvK50aqbq5ynty/xQz AwtYSzIAla7sBSLbUi4/bEruKnG0HYZifcGG+coLTbikWszfjXFkY0b8BMCypvABReVcx2X8a+vU1 y55Vah/4v8t+bcE9m3rndfCiAH1BB44Uz4ihC754K99qf2wbLK1Kcb8LVYrgD+zzp4GCF1QiWv1TY LuNbDgQ9uc8c4Y3ODVohMbNKxi0q2qx0vBKsfcl0k4qzTx8z6AtpdBkxJjR6Zj2AF1VF4C4KiQNkD YMqwyK/w==; To: Ivan Malov , dev@dpdk.org Cc: Andrew Rybchenko References: <20210929205730.775-1-ivan.malov@oktetlabs.ru> <20210929205730.775-3-ivan.malov@oktetlabs.ru> From: "Kinsella, Ray" Message-ID: Date: Thu, 30 Sep 2021 10:53:50 +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: <20210929205730.775-3-ivan.malov@oktetlabs.ru> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH 02/10] common/sfc_efx/base: add API to set RECIRC ID in outer rules 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 29/09/2021 21:57, Ivan Malov wrote: > When an outer rule is hit, it can pass recirculation ID down > to action rule lookup, and action rules can match on this ID > instead of matching on the outer rule allocation handle. > By default, recirculation ID is assumed to be zero. > > Add an API to set recirculation ID in outer rules. > > Signed-off-by: Ivan Malov > Reviewed-by: Andrew Rybchenko > --- > drivers/common/sfc_efx/base/efx.h | 9 +++++++++ > drivers/common/sfc_efx/base/efx_impl.h | 1 + > drivers/common/sfc_efx/base/efx_mae.c | 24 ++++++++++++++++++++++++ > drivers/common/sfc_efx/version.map | 1 + > 4 files changed, 35 insertions(+) > Acked-by: Ray Kinsella