Re: [dpdk-dev] [PATCH v3] bus/fslmc: use PRIu64 instead of llX in format specifier

2018-04-15 Thread Thomas Monjalon
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 callb

Re: [dpdk-dev] [PATCH v3] bus/fslmc: use PRIu64 instead of llX in format specifier

2018-04-13 Thread 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