From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH] bus/fslmc: use PRIu64 instead of llX in format specifier Date: Fri, 13 Apr 2018 12:39:16 +0530 Message-ID: <1ad8c1f3-e92a-5e71-30f9-90a53f45bd1c@nxp.com> References: <5438d3242ebb9d995d0a52a63feba80efd783e6f.1523595487.git.gowrishankar.m@linux.vnet.ibm.com> <778ed616-ee7b-6fec-53f1-bb112f0100bd@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Hemant Agrawal , Anatoly Burakov , dev@dpdk.org, Thomas Monjalon To: Shreyansh Jain , Gowrishankar Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0089.outbound.protection.outlook.com [104.47.1.89]) by dpdk.org (Postfix) with ESMTP id DBD351BB81 for ; Fri, 13 Apr 2018 09:09:31 +0200 (CEST) In-Reply-To: <778ed616-ee7b-6fec-53f1-bb112f0100bd@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/13/2018 12:40 PM, Shreyansh Jain wrote: > On Friday 13 April 2018 10:34 AM, 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 >> >> -- > > Thanks for fixing. > > Acked-by: Shreyansh Jain NACK This is breaking the x86_64-native-linuxapp-gcc compilation. I am looking into it.