From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/virtio-user: fix 32-bit build Date: Thu, 23 Jun 2016 22:56:52 +0200 Message-ID: <4989538.3dltI1SRMT@xps13> References: <1466715233-7278-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: yuanhan.liu@linux.intel.com, dev@dpdk.org To: jianfeng.tan@intel.com Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id D8D86C61E for ; Thu, 23 Jun 2016 22:56:54 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id r201so66022828wme.1 for ; Thu, 23 Jun 2016 13:56:54 -0700 (PDT) In-Reply-To: <1466715233-7278-1-git-send-email-thomas.monjalon@6wind.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" 2016-06-23 22:53, Thomas Monjalon: > The compilation for 32-bit fails when CONFIG_RTE_VIRTIO_USER is enabl= ed: >=20 > drivers/net/virtio/virtio_user_ethdev.c:84:47: > error: format =E2=80=98%llu=E2=80=99 expects argument of type =E2= =80=98long long unsigned int=E2=80=99, > but argument 5 has type =E2=80=98size_t {aka unsigned int}=E2=80=99= >=20 > Fixes: e9efa4d93821 ("net/virtio-user: add new virtual PCI driver") >=20 > Signed-off-by: Thomas Monjalon Applied