|WARNING| pw159611 [PATCH v2 2/7] app/testpmd: integrate shared flow parser library

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 6 16:41:13 CET 2026


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#232: 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
#233: 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
#234: FILE: app/test-pmd/cmdline.c:9460:
+extern cmdline_parse_inst_t cmd_show_set_raw_all;

WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file
#15700: FILE: app/test-pmd/flow_parser.h:8:
+#endif /* _TESTPMD_FLOW_PARSER_H_ */

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#15710: FILE: app/test-pmd/flow_parser_cli.c:3:
+#include <stdio.h>
           ^^^^^

total: 0 errors, 5 warnings, 2503 lines checked


More information about the test-report mailing list