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 9510BA0542; Fri, 28 Oct 2022 12:56:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B5DE40146; Fri, 28 Oct 2022 12:56:20 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id B50F1400D5 for ; Fri, 28 Oct 2022 12:56:18 +0200 (CEST) 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) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 163BD5E; Fri, 28 Oct 2022 13:56:18 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 163BD5E DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1666954578; bh=OW8ryA2uF/Qk93k/Z7GkAWHIuOqxnpKf+IPv5wNTwqs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=YQGQjs0bREAsramUmnFeeI13wnmX2nhY8DxXGL300ro5uHPvXKyrmvKPOQe2aNjKq oh0Pt+mme/+mRHt+Qct1+BikUjG4FvX4MvgPRA3JiUssWBKEmjoK69C7o7zR7eQQug sA88LNgh1uB2xp6OMkdui7x+HDUHksswV/VBB/3s= Message-ID: <7b13e1c0-303c-edd0-f975-21fe26bc16d6@oktetlabs.ru> Date: Fri, 28 Oct 2022 13:56:17 +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 v4 0/3] ethdev: AGE action preparation Content-Language: en-US To: Michael Baum , dev@dpdk.org Cc: Matan Azrad , Raslan Darawsheh , Ori Kam References: <20221019144904.2543586-1-michaelba@nvidia.com> <20221026214943.3686635-1-michaelba@nvidia.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20221026214943.3686635-1-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/27/22 00:49, Michael Baum wrote: > RFC's: > https://patchwork.dpdk.org/project/dpdk/patch/7a45693f478b1b721b4e05131141b526185a175c.1654063912.git.jackmin@nvidia.com/ > https://patchwork.dpdk.org/project/dpdk/patch/608febf8d5d3c434a1eddb2e56f425ebbd6ff0b4.1654063912.git.jackmin@nvidia.com/ > > v2: > - rebase. > - Add reference to "rte_flow_update_age" structure in > "RTE_FLOW_ACTION_TYPE_AGE" definition. > - Add reference to "rte_flow_get_q_aged_flows" function in > "RTE_FLOW_ACTION_TYPE_AGE" definition. > - Change the order of "rte_flow_update_age" structure members in > documentation, to be aligned with the structure definition. > - Place long comment before struct member definition. > > v3: > - Fix miss "break" in indirect action update switch-case. > > v4: > - Remove unrelated doc fixes. Applied to dpdk-next-net/main, thanks.