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 6FDF5A0546; Fri, 30 Apr 2021 12:43:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E399C4014F; Fri, 30 Apr 2021 12:43:42 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 0F1944013F for ; Fri, 30 Apr 2021 12:43:41 +0200 (CEST) IronPort-SDR: 9SoBDghQLdhHHqEV+FsaKDA/fC4G1tSj4ed4ahN3lXQcJsXLlfGk7mOAfwqcu4MPWPPUqNV059 oEGPe3V3z5EQ== X-IronPort-AV: E=McAfee;i="6200,9189,9969"; a="197294466" X-IronPort-AV: E=Sophos;i="5.82,262,1613462400"; d="scan'208";a="197294466" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2021 03:43:40 -0700 IronPort-SDR: 1ju61NyACr4fer3AC+MJoRmosgSwKQsFoxYYmT80ot6SxT4+4rlQ+SIYgYuJ6kq+L0+FGV6qci sjaCU34TxpkQ== X-IronPort-AV: E=Sophos;i="5.82,262,1613462400"; d="scan'208";a="404548408" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.242.68]) ([10.213.242.68]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2021 03:43:39 -0700 To: Viacheslav Ovsiienko , dev@dpdk.org Cc: rasland@nvidia.com, matan@nvidia.com References: <20210426124250.42771-1-michaelba@nvidia.com> <20210429095542.7800-1-viacheslavo@nvidia.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Fri, 30 Apr 2021 11:43:35 +0100 MIME-Version: 1.0 In-Reply-To: <20210429095542.7800-1-viacheslavo@nvidia.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/5] Add support of indirect action API for count action. 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 4/29/2021 10:55 AM, Viacheslav Ovsiienko wrote: > v1: http://patches.dpdk.org/project/dpdk/patch/20210426124250.42771-2-michaelba@nvidia.com/ > V2: patch rebase > > Michael Baum (5): > net/mlx5: support flow count action handle > app/testpmd: remove indirect RSS action query > app/testpmd: support indirect counter action query > net/mlx5: fix flow age event triggering > net/mlx5: use aging by counter when counter is existed > Carried Ori's ack to testpmd patches from first version. Series applied to dpdk-next-net/main, thanks.