From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <jasvinder.singh@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 374111B1E5
 for <dev@dpdk.org>; Wed, 10 Jan 2018 10:54:21 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 10 Jan 2018 01:54:20 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.46,339,1511856000"; d="scan'208";a="18932140"
Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155])
 by orsmga003.jf.intel.com with ESMTP; 10 Jan 2018 01:54:19 -0800
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.138]) by
 IRSMSX102.ger.corp.intel.com ([169.254.2.180]) with mapi id 14.03.0319.002;
 Wed, 10 Jan 2018 09:54:10 +0000
From: "Singh, Jasvinder" <jasvinder.singh@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
CC: "dev@dpdk.org" <dev@dpdk.org>, "Iremonger, Bernard"
 <bernard.iremonger@intel.com>, "Kovacevic, Marko" <marko.kovacevic@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v4 1/4] lib/librte_flow_classify: remove
 table id parameter from apis
Thread-Index: AQHTiajMY0bLWKBc20iRpRwfy5A1CqNs3Z/g
Date: Wed, 10 Jan 2018 09:54:09 +0000
Message-ID: <54CBAA185211B4429112C315DA58FF6D332C3E4B@IRSMSX103.ger.corp.intel.com>
References: <20171215103924.5185-1-jasvinder.singh@intel.com>
 <20171219142920.140451-1-jasvinder.singh@intel.com> <2932732.5Kg9JDsi0f@xps>
In-Reply-To: <2932732.5Kg9JDsi0f@xps>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDY5MjUzZjAtN2ViYS00OTZkLWJjZGItNzVhNGM0MzJkMGRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im96eFkraHl5aDN5RlUzalBiUCs5MlRiN21sczJEOXFiMHBtdWRoZWZTVEU9In0=
x-ctpclassification: CTP_NT
dlp-product: dlpe-windows
dlp-version: 11.0.0.116
dlp-reaction: no-action
x-originating-ip: [163.33.239.182]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
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 <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Jan 2018 09:54:21 -0000


> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Wednesday, January 10, 2018 12:20 AM
> To: Singh, Jasvinder <jasvinder.singh@intel.com>
> Cc: dev@dpdk.org; Iremonger, Bernard <bernard.iremonger@intel.com>;
> Kovacevic, Marko <marko.kovacevic@intel.com>
> Subject: Re: [dpdk-dev] [PATCH v4 1/4] lib/librte_flow_classify: remove t=
able
> id parameter from apis
>=20
> 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.
>=20
> This patch does not compile alone.
> Should we merge all patches together?

No, It should compile alone. On my system it doesn't show any error and com=
pilation goes successfully. Could you send me error log, etc ?

Thank you,
Jasvinder