From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] i40e: fix the issue of not freeing memzone Date: Tue, 10 Nov 2015 16:53:02 +0100 Message-ID: <1487272.plYWIyyTjE@xps13> References: <1446796625-1396-1-git-send-email-helin.zhang@intel.com> <1447032022-7805-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 4DA96559C for ; Tue, 10 Nov 2015 16:54:14 +0100 (CET) Received: by wmdw130 with SMTP id w130so76960521wmd.0 for ; Tue, 10 Nov 2015 07:54:14 -0800 (PST) In-Reply-To: <1447032022-7805-1-git-send-email-helin.zhang@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" Helin, There is a compilation error. 2015-11-09 09:20, Helin Zhang: > +=09mem->zone =3D (const void *)mz; > +=09PMD_DRV_LOG(DEBUG, "memzone %s allocated with physical address: %= p", > +=09=09 mz->name, mem->pa); error: format =E2=80=98%p=E2=80=99 expects argument of type =E2=80=98vo= id *=E2=80=99, but argument 6 has type =E2=80=98u64 {aka long unsigned = int}=E2=80=99