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 B9DBDA04FD; Wed, 26 Oct 2022 21:18:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 89518400D5; Wed, 26 Oct 2022 21:18:30 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 5E2EA40041 for ; Wed, 26 Oct 2022 21:18:29 +0200 (CEST) Received: from [192.168.1.126] (unknown [188.242.181.57]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id D0C875A; Wed, 26 Oct 2022 22:18:28 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru D0C875A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1666811908; bh=h2k7dhUIaWvFamq2xKLTsZXk3UGnx/oq/FpDml8WuYY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=uJWdrwvRyAi/X7tUeM7lQwlvcORM225v4gC7Vyn5kcDvU5SdorPGfAU+n+AJoLmt5 QcfT4iSMUuzAvnE7H9U79cnhYzXSrtktho7e24ksEplMraLWSuBBvf+batXjf2nJTx BaffbuF2pPg0mAcyDQZnVRPYV2kwm7g+AW1wySSU= Message-ID: Date: Wed, 26 Oct 2022 22:18:28 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH v3 3/3] ethdev: add structure for indirect AGE update Content-Language: en-US To: Michael Baum , dev@dpdk.org Cc: Matan Azrad , Raslan Darawsheh , Ori Kam References: <20221019131228.2538941-1-michaelba@nvidia.com> <20221019144904.2543586-1-michaelba@nvidia.com> <20221019144904.2543586-4-michaelba@nvidia.com> From: Andrew Rybchenko In-Reply-To: <20221019144904.2543586-4-michaelba@nvidia.com> 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 10/19/22 17:49, Michael Baum wrote: > Add a new structure for indirect AGE update. > > This new structure enables: > 1. Update timeout value. > 2. Stop AGE checking. > 3. Start AGE checking. > 4. restart AGE checking. > > Signed-off-by: Michael Baum > Acked-by: Ori Kam Few minor notes below, other than that Acked-by: Andrew Rybchenko > diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c > diff --git a/doc/guides/prog_guide/rte_flow.rst b/doc/guides/prog_guide/rte_flow.rst > index 565868aeea..1ce0277e65 100644 > --- a/doc/guides/prog_guide/rte_flow.rst > +++ b/doc/guides/prog_guide/rte_flow.rst > @@ -2737,7 +2737,7 @@ Otherwise, RTE_FLOW_ERROR_TYPE_ACTION error will be returned. > Action: ``AGE`` > ^^^^^^^^^^^^^^^ > > -Set ageing timeout configuration to a flow. > +Set aging timeout configuration to a flow. Unrelated fixes > > Event RTE_ETH_EVENT_FLOW_AGED will be reported if > timeout passed without any matching on the flow. > @@ -2756,8 +2756,8 @@ timeout passed without any matching on the flow. > | ``context`` | user input flow context | > +--------------+---------------------------------+ > > -Query structure to retrieve ageing status information of a > -shared AGE action, or a flow rule using the AGE action: > +Query structure to retrieve aging status information of an > +indirect AGE action, or a flow rule using the AGE action: Unrelated fixes