|WARNING| pw159599 [PATCH v1 2/5] app/testpmd: integrate shared flow parser library
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Jan 5 22:34:54 CET 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159599
_coding style issues_
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#222: FILE: app/test-pmd/cmdline.c:9457:
+extern cmdline_parse_inst_t cmd_set_raw;
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#223: FILE: app/test-pmd/cmdline.c:9458:
+extern cmdline_parse_inst_t cmd_show_set_raw;
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#224: FILE: app/test-pmd/cmdline.c:9459:
+extern cmdline_parse_inst_t cmd_show_set_raw_all;
WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file
#15953: FILE: app/test-pmd/flow_parser.h:8:
+#endif /* _TESTPMD_FLOW_PARSER_H_ */
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#15963: FILE: app/test-pmd/flow_parser_cli.c:3:
+#include <stdio.h>
^^^^^
total: 0 errors, 5 warnings, 1690 lines checked
More information about the test-report
mailing list