From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B806D7FB1 for ; Thu, 26 Apr 2018 20:55:52 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5CAD420FAC; Thu, 26 Apr 2018 14:55:52 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 26 Apr 2018 14:55:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=mgAcn2LlJ+NjEULGPSMuVoc/+W 7R33ZOIMhTab+bfSY=; b=ESl6Y2fdEErau8U4AgUY6snsqj6GFePmep9WAblfc6 6lzYL6gSmx4P+gg63h1KD2i1xIiniuQTbSa7A2zV8LN5YqtGSSVFDBe1sZG9GPsR pzAR4sRChHfwjXB/q2uJ805yWhU+BbJardrO8z44nzJskVPowQZ9Zv3x0GL+KLLV 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=mgAcn2 LlJ+NjEULGPSMuVoc/+W7R33ZOIMhTab+bfSY=; b=V4fFdZVVAT4MOR8qWUy/Ou C+HeKwz9sAaOnKTZPrG/IHkDn3xQNwsk5gsaQLlX/9jKbgM6GuZyinCRweKJBord kL7nB2wU2LbCsDsbB2A8dw0vimZSG0A1tXqQCNGTK4tAiJ8526SVdqd8nTCRNDzH ndUMy+0XaM0QxBbwr6g5Ukb/Bafy8i+wieGgGMJ1qdJPvqHEHcszL01P9ronfEOH ha2HK7OvJWztev/2D3wEvusM0YyHwJ1pSr9QVnjpbn3tdypTHAxcZr6JpajLdWv7 YLaNE9s9KL6+HcZm+SghJ9qJKO2foAxlSI9/laHg+m1UVmL8I7zb+ni0N32iyN1A == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CA2D6E4122; Thu, 26 Apr 2018 14:55:51 -0400 (EDT) From: Thomas Monjalon To: Declan Doherty Cc: dev@dpdk.org, Ferruh Yigit Date: Thu, 26 Apr 2018 20:55:50 +0200 Message-ID: <4407791.6t3C6RaO4r@xps> In-Reply-To: <20180426172919.8450-5-declan.doherty@intel.com> References: <20180426120817.6612-1-declan.doherty@intel.com> <20180426172919.8450-1-declan.doherty@intel.com> <20180426172919.8450-5-declan.doherty@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v7 4/4] ethdev: add shared counter support to rte_flow X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2018 18:55:52 -0000 26/04/2018 19:29, Declan Doherty: > Add rte_flow_action_count action data structure to enable shared > counters across multiple flows on a single port or across multiple > flows on multiple ports within the same switch domain. Also this enables > multiple count actions to be specified in a single flow action. > > This patch also modifies the existing rte_flow_query API to take the > rte_flow_action structure as an input parameter instead of the > rte_flow_action_type enumeration to allow querying a specific action > from a flow rule when multiple actions of the same type are specified. > > This patch also contains updates for the bonding, failsafe and mlx5 PMDs > and testpmd application which are affected by this API change. The API changes must be notified in the release notes (there is a section for API changes).