|WARNING| pw160602 [PATCH v3 20/36] eal: add macro for marking assumed alignment

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jan 30 12:46:26 CET 2026


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

_coding style issues_


WARNING:MACRO_ARG_UNUSED: Argument 'align' is not used in function-like macro
#86: FILE: lib/eal/include/rte_common.h:125:
+#define __rte_assume_aligned(ptr, align) (ptr)

total: 0 errors, 1 warnings, 12 lines checked


More information about the test-report mailing list