[PATCH v2] rcu: fix build failure with debug dp log level
Thomas Monjalon
thomas at monjalon.net
Thu Oct 6 12:40:24 CEST 2022
29/09/2022 12:27, Anoob Joseph:
> Build fails if RTE_LOG_DP_LEVEL is set to RTE_LOG_DEBUG. Fix the
> same by including the required header.
>
> ../lib/rcu/rte_rcu_qsbr.h:678:40: error: expected ‘)’ before ‘PRIu64’
> 678 | "%s: status: least acked token = %" PRIu64,
> | ^~~~~~
>
> Fixes: 30a1de105a5f ("lib: remove unneeded header includes")
> Cc: sean.morrissey at intel.com
>
> Signed-off-by: Anoob Joseph <anoobj at marvell.com>
Applied, thanks.
Would be good to avoid the tool doing the same mistake again.
More information about the dev
mailing list