From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 1/4] lib/librte_flow_classify: remove table id parameter from apis Date: Wed, 10 Jan 2018 01:19:39 +0100 Message-ID: <2932732.5Kg9JDsi0f@xps> References: <20171215103924.5185-1-jasvinder.singh@intel.com> <20171219142920.140451-1-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bernard.iremonger@intel.com, marko.kovacevic@intel.com To: Jasvinder Singh Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 3C3871B161 for ; Wed, 10 Jan 2018 01:20:05 +0100 (CET) In-Reply-To: <20171219142920.140451-1-jasvinder.singh@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" 19/12/2017 15:29, Jasvinder Singh: > This patch removes table id parameter from all the flow > classify apis to reduce the complexity alongwith some code > cleanup. > > The validate api is exposed as public api to allow user > to validate the flow before adding it to the classifier. This patch does not compile alone. Should we merge all patches together?