|WARNING| pw152736 [PATCH v12 01/10] mbuf: replace term sanity check

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 3 01:25:16 CEST 2025


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/152736

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#368: FILE: lib/mbuf/rte_mbuf.h:353:
+#define __rte_mbuf_sanity_check(m, is_h) RTE_DEPRECATED(__rte_mbuf_sanity_check) \
+		__rte_mbuf_verify(m, is_h)

total: 1 errors, 0 warnings, 444 lines checked
ERROR: symbol rte_mbuf_verify is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map


More information about the test-report mailing list