[dpdk-test-report] |WARNING| pw53740 [PATCH 06/27] sched: update subport config api

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 28 14:09:39 CEST 2019


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

_coding style issues_


WARNING:TYPO_SPELLING: 'suport' may be misspelled - perhaps 'support'?
#20: 
Update suport configuration api implementation of the scheduler to allow

WARNING:BRACES: braces {} are not necessary for single statement blocks
#68: FILE: lib/librte_sched/rte_sched.c:518:
+	for (i = 0; i < RTE_SCHED_QUEUES_PER_PIPE; i++) {
+		size_per_pipe_queue_array += params->qsize[i] * sizeof(struct rte_mbuf *);
 	}

total: 0 errors, 2 warnings, 384 lines checked


More information about the test-report mailing list