From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 64F242956 for ; Fri, 8 Apr 2016 21:37:13 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 08 Apr 2016 12:37:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,454,1455004800"; d="scan'208";a="954730056" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga002.fm.intel.com with ESMTP; 08 Apr 2016 12:37:11 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.12]) by irsmsx110.ger.corp.intel.com ([169.254.15.10]) with mapi id 14.03.0248.002; Fri, 8 Apr 2016 20:37:11 +0100 From: "Mcnamara, John" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc target Thread-Index: AQHRkbk9a79TfDiOh0qIogrCVF43z5+AeJAQ Date: Fri, 8 Apr 2016 19:37:10 +0000 Message-ID: References: <1460135607-147140-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1460135607-147140-1-git-send-email-jasvinder.singh@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWZhZDY3MDAtOThhMy00MGIxLTk3NzItZTYyZGMzN2ZkOTg3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImVqSFpqZXFDWWhPOFhxdk8rQVh4dk05cTk2WGtuTU1CQTRkWnpsMkcwNkE9In0= x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc target 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: Fri, 08 Apr 2016 19:37:13 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jasvinder Singh > Sent: Friday, April 8, 2016 6:13 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc > target >=20 > error log: > ip_pipeline/pipeline/pipeline_routing_be.c:1537: integer constant is too > large for 'long' type compilation terminated due to -Wfatal-errors >=20 > Fixes: 0ae7275810f1 ("examples/ip_pipeline: add more functions to routing > pipeline") >=20 > Signed-off-by: Jasvinder Singh Acked-by: John McNamara