From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B6F8020C9B; Tue, 9 Jan 2018 19:20:04 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 09 Jan 2018 19:20:04 -0500 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=FrqMQn26lBPrmzellSivRcAykw D4WCAg+1VhLM09mGw=; b=Y/KCSo2mM66IZJgV6pcjL2Kjl29E3aL10kq2K939W6 cwr0CQxuCoZBg5VehgArw7ocjYC0Xem5EKj60U6GWzeMsErgbb8pE1BQBJSHccTG wqeGHlMvsK9YzFcibb/TpVW02q4wVsLSgtdTwyM7PU8vCFuzztmt/gYqpdsPyHML 8= 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=fm1; bh=FrqMQn 26lBPrmzellSivRcAykwD4WCAg+1VhLM09mGw=; b=R4dr4+AhMkn9okleMuRnwi +fGdcPm1I+SmC9cdhaPGBdxxxcXsgGLkRDaepIgd/7AxadgF8QTOi/tunkMqefhz F8b8scN9w7G3Tyh88m0/FuaaZ4Y8Y94P93ZhkhlehXNOOF6qa0Ej6rCygOZTptdI WgLm3wWDf66u0fGF59+WfZ2Dgzeej72Bgf0cjHhOgWEe4mDxs24V9310Jn3J/rkt libCbO/G8Dyxfl1mNvw0DZONgMZbSKlxw6BCEoUKCkCX/UdnvZh9fKRtatgj9gIm i7RhLHhb1UsBl2hB80cufnISjurzGxaFfily4FTnlMZOehRx6MaARe9DnDdwnOZg == 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 5DA5724714; Tue, 9 Jan 2018 19:20:04 -0500 (EST) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, bernard.iremonger@intel.com, marko.kovacevic@intel.com Date: Wed, 10 Jan 2018 01:19:39 +0100 Message-ID: <2932732.5Kg9JDsi0f@xps> In-Reply-To: <20171219142920.140451-1-jasvinder.singh@intel.com> References: <20171215103924.5185-1-jasvinder.singh@intel.com> <20171219142920.140451-1-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 1/4] lib/librte_flow_classify: remove table id parameter from apis 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: Wed, 10 Jan 2018 00:20:05 -0000 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?