|WARNING| pw160149 [PATCH v4 4/7] app/testpmd: use shared flow parser library

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 21 00:26:33 CET 2026


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#243: 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
#244: 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
#245: 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'?
#15729: FILE: app/test-pmd/flow_parser_cli.c:3:
+#include <stdio.h>
           ^^^^^

total: 0 errors, 4 warnings, 2308 lines checked


More information about the test-report mailing list