[dpdk-test-report] |WARNING| pw28992 [PATCH v3 3/5] app/test-pmd: add CLI for shaper and wred profiles

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


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#69: FILE: app/test-pmd/cmdline.c:14242:
+extern cmdline_parse_inst_t cmd_add_port_tm_node_shaper_profile;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#70: FILE: app/test-pmd/cmdline.c:14243:
+extern cmdline_parse_inst_t cmd_del_port_tm_node_shaper_profile;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#71: FILE: app/test-pmd/cmdline.c:14244:
+extern cmdline_parse_inst_t cmd_add_port_tm_node_shared_shaper;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#72: FILE: app/test-pmd/cmdline.c:14245:
+extern cmdline_parse_inst_t cmd_del_port_tm_node_shared_shaper;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#73: FILE: app/test-pmd/cmdline.c:14246:
+extern cmdline_parse_inst_t cmd_add_port_tm_node_wred_profile;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#74: FILE: app/test-pmd/cmdline.c:14247:
+extern cmdline_parse_inst_t cmd_del_port_tm_node_wred_profile;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#75: FILE: app/test-pmd/cmdline.c:14248:
+extern cmdline_parse_inst_t cmd_set_port_tm_node_shaper_profile;

total: 0 errors, 7 warnings, 929 lines checked


More information about the test-report mailing list