|WARNING| pw111594 [PATCH 2/6] app/testpmd: register driver specific commands

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 23 09:12:07 CEST 2022


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#319: FILE: app/test-pmd/testpmd.h:1189:
+#define TESTPMD_ADD_DRIVER_COMMANDS(c) \
+RTE_INIT(__##c) \
+{ \
+	testpmd_add_commands(&c); \
+}

total: 1 errors, 0 warnings, 253 lines checked


More information about the test-report mailing list