[v3 14/43] bus/fslmc: enhance MC VFIO multiprocess support

Stephen Hemminger stephen at networkplumber.org
Tue Oct 15 04:29:55 CEST 2024


On Mon, 14 Oct 2024 17:30:57 +0530
vanshika.shukla at 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



More information about the dev mailing list