From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] bus/fslmc: use PRIu64 instead of llX in format specifier Date: Sun, 15 Apr 2018 14:22:01 +0200 Message-ID: <1762360.39Q5AbQuW3@xps> References: <5438d3242ebb9d995d0a52a63feba80efd783e6f.1523595487.git.gowrishankar.m@linux.vnet.ibm.com> <4365a1c7-b752-0872-f220-10b50be3bce5@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Hemant Agrawal , Shreyansh Jain To: Gowrishankar Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id D7F8B1B41E for ; Sun, 15 Apr 2018 14:22:04 +0200 (CEST) In-Reply-To: <4365a1c7-b752-0872-f220-10b50be3bce5@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/04/2018 14:44, Hemant Agrawal: > > On 4/13/2018 4:52 PM, Gowrishankar wrote: > > From: Gowrishankar Muthukrishnan > > > > Instead of llX, use C99 standard "PRIu64" in format specifier. Former one > > breaks compile in ppc64le. > > > > Fixes: c2c167fdb3 ("bus/fslmc: support memory event callbacks for VFIO") > > > > Signed-off-by: Gowrishankar Muthukrishnan > > -- > > v3: > > - correction to prefix address with 0x > > v2: > > - corrected format specifier wrt address and size. > > Thanks Shreyansh, Hemant and Thomas. > > > Acked-by: Hemant Agrawal Applied, thanks