From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 0/5] add ifcvf vdpa driver Date: Mon, 16 Apr 2018 20:07:01 +0200 Message-ID: <32424195.eOiI3QnI8m@xps> References: <20180415153349.62105-2-xiao.w.wang@intel.com> <20180416153438.79355-1-xiao.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: Ferruh Yigit , anatoly.burakov@intel.com, dev@dpdk.org, maxime.coquelin@redhat.com, zhihong.wang@intel.com, tiwei.bie@intel.com, jianfeng.tan@intel.com, cunming.liang@intel.com, dan.daly@intel.com To: Xiao Wang Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 70EAECFBC for ; Mon, 16 Apr 2018 20:07:04 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 16/04/2018 18:36, Ferruh Yigit: > Hi Xiao, >=20 > Getting following build error for 32bit [1], can you please check them? >=20 > [1] > .../dpdk/drivers/net/ifc/ifcvf_vdpa.c: In function =E2=80=98ifcvf_dma_map= =E2=80=99: > .../dpdk/drivers/net/ifc/ifcvf_vdpa.c:24:3: error: format =E2=80=98%lx=E2= =80=99 expects argument > of type =E2=80=98long unsigned int=E2=80=99, but argument 6 has type =E2= =80=98uint64_t {aka long long > unsigned int}=E2=80=99 [-Werror=3Dformat=3D] Reminder from this recent post: http://dpdk.org/ml/archives/dev/2018-February/090882.html " Most of the times, using %l is wrong (except when printing a long). So next time you write %l, please think "I am probably wrong". "