[dpdk-test-report] |WARNING| pw56394 [PATCH v4 02/11] sched: add config flexibility to tc queue sizes
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jul 12 11:59:01 CEST 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/56394
_coding style issues_
WARNING:LONG_LINE: line over 90 characters
#374: FILE: lib/librte_sched/rte_sched.c:938:
+ double subport_tc3_rate = (double) s->tc_credits_per_period[RTE_SCHED_TRAFFIC_CLASS_BE]
WARNING:LONG_LINE: line over 90 characters
#377: FILE: lib/librte_sched/rte_sched.c:940:
+ double pipe_tc3_rate = (double) params->tc_credits_per_period[RTE_SCHED_TRAFFIC_CLASS_BE]
WARNING:LONG_LINE: line over 90 characters
#559: FILE: lib/librte_sched/rte_sched.c:1615:
+ subport->tc_credits_per_period[RTE_SCHED_TRAFFIC_CLASS_BE] - tc_consumption;
WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#763: FILE: lib/librte_sched/rte_sched.h:209:
+ * Queues which are not needed are allowed to have zero size. */
total: 0 errors, 4 warnings, 688 lines checked
More information about the test-report
mailing list