From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 18FF51B1B5 for ; Wed, 10 Jan 2018 11:59:07 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 02:59:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,339,1511856000"; d="scan'208";a="193810466" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga006.fm.intel.com with ESMTP; 10 Jan 2018 02:59:06 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.138]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 10:59:05 +0000 From: "Singh, Jasvinder" To: Thomas Monjalon CC: "dev@dpdk.org" , "Iremonger, Bernard" , "Kovacevic, Marko" Thread-Topic: [dpdk-dev] [PATCH v4 1/4] lib/librte_flow_classify: remove table id parameter from apis Thread-Index: AQHTiajMY0bLWKBc20iRpRwfy5A1CqNs3Z/ggAARWwCAAAEZEA== Date: Wed, 10 Jan 2018 10:59:04 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D332C3E9C@IRSMSX103.ger.corp.intel.com> References: <20171215103924.5185-1-jasvinder.singh@intel.com> <2932732.5Kg9JDsi0f@xps> <54CBAA185211B4429112C315DA58FF6D332C3E4B@IRSMSX103.ger.corp.intel.com> <2144605.X1J6VfJWv8@xps> In-Reply-To: <2144605.X1J6VfJWv8@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmQwMWNmM2EtM2QwZC00NjI4LThjYWEtZGY2Y2MxYWRlZDIzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjZVVlhGZG5ZQmNSVEJaTXhYcmhZQWdyV3dkeHR4a05JZjFoZENSUklkSDA9In0= 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2018 10:59:08 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Wednesday, January 10, 2018 10:53 AM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Iremonger, Bernard ; > Kovacevic, Marko > Subject: Re: [dpdk-dev] [PATCH v4 1/4] lib/librte_flow_classify: remove t= able > id parameter from apis >=20 > 10/01/2018 10:54, Singh, Jasvinder: > > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > > 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? > > > > No, It should compile alone. On my system it doesn't show any error and > compilation goes successfully. Could you send me error log, etc ? >=20 > test/test/test_flow_classify.c:48:10: fatal error: too many arguments to > function call, expected 6, have 7 > NULL, NULL); > ^~~~ >=20 > I guess it is expected that test and example does not compile after patch= 1. > That's why I suggest to merge all 4 patches. Ok, I will send revised patch with all merged into one. Thanks, Jasvinder