[dpdk-test-report] |WARNING| pw28991 [PATCH v3 2/5] app/test-pmd: add CLI for TM capability and stats

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 21 10:23:21 CEST 2017


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#83: FILE: app/test-pmd/cmdline.c:14210:
+extern cmdline_parse_inst_t cmd_show_port_tm_cap;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#84: FILE: app/test-pmd/cmdline.c:14211:
+extern cmdline_parse_inst_t cmd_show_port_tm_level_cap;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#85: FILE: app/test-pmd/cmdline.c:14212:
+extern cmdline_parse_inst_t cmd_show_port_tm_node_cap;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#86: FILE: app/test-pmd/cmdline.c:14213:
+extern cmdline_parse_inst_t cmd_show_port_tm_node_type;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#87: FILE: app/test-pmd/cmdline.c:14214:
+extern cmdline_parse_inst_t cmd_show_port_tm_node_stats;

total: 0 errors, 5 warnings, 798 lines checked


More information about the test-report mailing list