Thread (8 messages) flat view 8 messages, 2 authors, 2021-05-21

Re: [dpdk-dev] [PATCH] devtools: add llx format specifier check

From: Thomas Monjalon <hidden>
Date: 2021-02-09 16:39:02

09/02/2021 16:26, Ferruh Yigit:
%llx tends to be wrong when used for fixed size, like uint64_t,
variables, adding a warning to double check them.

Signed-off-by: Ferruh Yigit <redacted>
---
+	# check %llx usage
+	awk -v FOLDERS='lib drivers app examples' \
+		-v EXPRESSIONS='%ll*[xud]' \
+		-v RET_ON_FAIL=1 \
+		-v MESSAGE='Please check %llx usage which tends to be wrong most of the times' \
+1

It reminds me this old email:
http://mails.dpdk.org/archives/dev/2018-February/091483.html

The title mentions llx, but it should be %ll in general:
	devtools: check %ll format specifier

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help