|WARNING| pw160426 [PATCH v6 4/6] app/testpmd: use shared flow parser library

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 27 22:07:23 CET 2026


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

_coding style issues_


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

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

total: 0 errors, 4 warnings, 2300 lines checked


More information about the test-report mailing list