From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/1] examples/l3fwd: modify and modularize l3fwd code Date: Wed, 24 Feb 2016 14:16:17 +0100 Message-ID: <1741072.Hs9BUjQbSt@xps13> References: <1455631421-15176-1-git-send-email-piotrx.t.azarewicz@intel.com> <1455786525-16200-1-git-send-email-piotrx.t.azarewicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Piotr Azarewicz 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 778C02BBC for ; Wed, 24 Feb 2016 14:17:52 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id b205so34106596wmb.1 for ; Wed, 24 Feb 2016 05:17:52 -0800 (PST) In-Reply-To: <1455786525-16200-1-git-send-email-piotrx.t.azarewicz@intel.com> 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" Hi, When compiling for i686, there are some errors: 2016-02-18 10:08, Piotr Azarewicz: > + printf("Hash: Adding 0x%" PRIx64 " keys\n", IPV4_L3FWD_EM_NUM= _ROUTES); [...] > + printf("Hash: Adding 0x%" PRIx64 "keys\n", IPV6_L3FWD_EM_NUM_= ROUTES); examples/l3fwd/l3fwd_em.c:437:9: error: format =E2=80=98%llx=E2=80=99 expects argument of type =E2=80=98long lo= ng unsigned int=E2=80=99, but argument 2 has type =E2=80=98unsigned int= =E2=80=99