From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ip_pipeline: fix build error for 32 bit gcc target Date: Fri, 08 Apr 2016 22:17:08 +0200 Message-ID: <4563893.HV6oZrFNqZ@xps13> References: <1460135607-147140-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" To: "Singh, Jasvinder" Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 7A8E41BBE for ; Fri, 8 Apr 2016 22:17:10 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id 191so28606979wmq.0 for ; Fri, 08 Apr 2016 13:17:10 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > error log: > > ip_pipeline/pipeline/pipeline_routing_be.c:1537: integer constant is > > too large for 'long' type compilation terminated due to -Wfatal-errors > > > > Fixes: 0ae7275810f1 ("examples/ip_pipeline: add more functions to routing > > pipeline") > > > > Signed-off-by: Jasvinder Singh > > Acked-by:Pablo de Lara Applied, thanks