On Mon, 14 Oct 2024 17:30:57 +0530 vanshika.shu...@nxp.com wrote: > +#ifndef RTE_LIBRTE_DPAA2_USE_PHYS_IOVA > + if (vaddr != iovaddr) { > + DPAA2_BUS_WARN("vaddr(0x%lx) != iovaddr(0x%lx)", > + vaddr, iovaddr); > + } > #endif
Checkpatch complain shere. Warning in drivers/bus/fslmc/fslmc_vfio.c: Using %l format, prefer %PRI*64 if type is [u]int64_t