|WARNING| pw159945 [PATCH v3 3/7] app/testpmd: use shared flow parser library
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jan 16 00:03:17 CET 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159945
_coding style issues_
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#244: FILE: app/test-pmd/cmdline.c:9458:
+extern cmdline_parse_inst_t cmd_set_raw;
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#245: FILE: app/test-pmd/cmdline.c:9459:
+extern cmdline_parse_inst_t cmd_show_set_raw;
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#246: FILE: app/test-pmd/cmdline.c:9460:
+extern cmdline_parse_inst_t cmd_show_set_raw_all;
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#15721: FILE: app/test-pmd/flow_parser_cli.c:3:
+#include <stdio.h>
^^^^^
total: 0 errors, 4 warnings, 2511 lines checked
More information about the test-report
mailing list