From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 77FE428F2 for ; Fri, 8 Apr 2016 19:53:36 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 08 Apr 2016 10:53:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,454,1455004800"; d="scan'208";a="780965651" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga003.jf.intel.com with ESMTP; 08 Apr 2016 10:53:34 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.238]) by IRSMSX107.ger.corp.intel.com ([169.254.10.228]) with mapi id 14.03.0248.002; Fri, 8 Apr 2016 18:53:33 +0100 From: "De Lara Guarch, Pablo" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc target Thread-Index: AQHRkbktMwNJbhb800i4gmOF5ZPj15+AW5Jw Date: Fri, 8 Apr 2016 17:53:33 +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-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjU0YWZlMjYtMjkxNS00Mjg1LWIyNTAtNTgxYmYyMjZkYzlkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjRZMHVSVVd0NHNrYmtwSUdjdzJKM3gzSnF6bmJQTjRnYlpNZHRtc3N0RG89In0= 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] 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 17:53:36 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jasvinder Singh > Sent: Friday, April 08, 2016 6:13 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] ip_pipeline: fix build error for 32 bit gcc t= arget >=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:Pablo de Lara