From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6A987B433 for ; Wed, 8 Jun 2016 19:05:37 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 08 Jun 2016 09:24:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,439,1459839600"; d="scan'208";a="715974930" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by FMSMGA003.fm.intel.com with ESMTP; 08 Jun 2016 09:24:50 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by IRSMSX154.ger.corp.intel.com ([169.254.12.28]) with mapi id 14.03.0248.002; Wed, 8 Jun 2016 17:24:50 +0100 From: "Singh, Jasvinder" To: Thomas Monjalon CC: "dev@dpdk.org" , "Dumitrescu, Cristian" Thread-Topic: [dpdk-dev] [PATCH v4] ip_pipeline: configuration file parser cleanup Thread-Index: AQHRun91NP7VjIOyaUOoV0NbQcsI8J/fo9KAgAAqNrA= Date: Wed, 8 Jun 2016 16:24:49 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6DE58E76@IRSMSX103.ger.corp.intel.com> References: <1462984560-239866-1-git-send-email-jasvinder.singh@intel.com> <1464618804-78135-1-git-send-email-jasvinder.singh@intel.com> <1584327.d0OyI64Pf8@xps13> In-Reply-To: <1584327.d0OyI64Pf8@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzA4NWI1OGQtMDU1Ny00ZmE4LWIxODUtZThiOTk4ZmM4Nzk5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkJZamo3VzNLdmRrT3ZQc0tzSXEwMUdyd1FKSHFJSVFOQlM3dUpOYjV4WUk9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] ip_pipeline: configuration file parser cleanup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 17:05:37 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, June 8, 2016 3:48 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian > Subject: Re: [dpdk-dev] [PATCH v4] ip_pipeline: configuration file parser > cleanup >=20 > clang compilation fails: > examples/ip_pipeline/config_parse.c:852:11: error: > implicit conversion from enumeration type 'enum > app_pktq_out_type' > to different enumeration type 'enum app_pktq_in_type' Thanks, Thomas. V5 has been sent fixing this error.