From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 3/4] ethdev: add mark flow item to rte_flow_item_types Date: Thu, 26 Apr 2018 20:52:48 +0200 Message-ID: <4180955.xhS42tmOuU@xps> References: <20180426120817.6612-1-declan.doherty@intel.com> <20180426172919.8450-1-declan.doherty@intel.com> <20180426172919.8450-4-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Declan Doherty Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 0FF3D7EB0 for ; Thu, 26 Apr 2018 20:52:51 +0200 (CEST) In-Reply-To: <20180426172919.8450-4-declan.doherty@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/04/2018 19:29, Declan Doherty: > Introduces a new action type RTE_FLOW_ITEM_TYPE_MARK which enables > flow patterns to specify arbitrary integer values to match aginst > set by the RTE_FLOW_ACTION_TYPE_MARK action in previously matched > flows. In the title, I don't think you need specify rte_flow_item_types (which doesn't exist BTW). I suggest: ethdev: add mark flow item