[dpdk-test-report] |WARNING| pw93397 [RFC PATCH 1/3] sched: add pie based congestion management

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 24 12:59:25 CEST 2021


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

_coding style issues_


WARNING:SPACING: space prohibited between function name and open parenthesis '('
#154: FILE: lib/sched/rte_sched.c:1093:
+rte_sched_red_config (struct rte_sched_port *port,

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#190: FILE: lib/sched/rte_sched.c:1129:
+rte_sched_pie_config (struct rte_sched_port *port,

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#200: FILE: lib/sched/rte_sched.c:1139:
+			"%s: PIE tailq threshold incorrect 
", __func__);

ERROR:SPACING: space required before the open parenthesis '('
#226: FILE: lib/sched/rte_sched.c:1165:
+	if(params->cman == RTE_SCHED_CMAN_WRED)

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#420: FILE: lib/sched/rte_sched.c:1917:
+	rte_pie_dequeue (pie, pkt_len, time);

total: 1 errors, 4 warnings, 463 lines checked


More information about the test-report mailing list