From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=lK7IGNo5jzP92S+/FsGEIiCPK9Y3V7xPwFuDps/R/y4=; b=W92eBcGVqexYGJQJLPAWsFt/1wTeVAnLePM2nFNOYQvOSU7t9CGkKQCA2jX/mtWi3k OdLaMHPAJr3y53IwQ4M6+9uXYlj688AGhhP7P6BJOHhO/WtcNAWU1oPq8mMhb9N3nOKp ipHhdW54+yZfni06Yrb6OZjVL8YkFSXueq31xd7OFocHO7MLgnWupZ/R4tiziOd2d0OD Wg5BmAMcp+MWzpHhKwUcBCdwvm2UoxF9I0bdIIGbeDxpNZdhH6cwxtnmUkJwp4SGDrI1 KpKzkmKhQC99S7Dy+DYImXaoZ1cxrZUgTmLYTTkkMb88lxkHGx0chmtdG+03uKSxLwgn IQmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=lK7IGNo5jzP92S+/FsGEIiCPK9Y3V7xPwFuDps/R/y4=; b=UO20XUlMFL2P1LVQNTVDRFBIiPKRCXYXWaoT3LNCIf2kj3PogCRqIbpn3QnT/aiB6K KPjWwezX0ZUWrJgUBh4hFhD2FOB8UMiLuIK5mgraiM5H89/wP0F8A8EfwvsitQ1vglvD vAfBnLpxjan/1xvHMwsx3IN7VCr/EpTmp7nBVWyEi2CdVCBAmkB3q4q2uT7IX16Tb+DZ tfcwDynWVvRiqt+TkxOfvxONKND22iK1WgjRhVHxWhVwfCCSOhgACNka/uyytDL+dHmO w+2MYOAE9dPZVuUxSqzDTwJo+V212WntbSTKIo5hmbf5pO2hmt6H2HHqf/EHG2YFXCXt QWLQ== X-Gm-Message-State: ALoCoQlx28NqzbToU2VlcB57Aq0/S8/Vz6dpaEiy7yN3vQqpb/G7dieTGmvsYsAViUD+/hyDgg+l X-Received: by 10.28.145.194 with SMTP id t185mr30805442wmd.65.1447170854143; Tue, 10 Nov 2015 07:54:14 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id an7sm4148958wjc.44.2015.11.10.07.54.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Nov 2015 07:54:13 -0800 (PST) From: Thomas Monjalon To: Helin Zhang Date: Tue, 10 Nov 2015 16:53:02 +0100 Message-ID: <1487272.plYWIyyTjE@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1447032022-7805-1-git-send-email-helin.zhang@intel.com> 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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3] i40e: fix the issue of not freeing memzone X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 15:54:14 -0000 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