[dpdk-test-report] |WARNING| pw24243 [PATCH] kni: add new mbuf in alloc_q only based on its empty slots

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 11 13:31:04 CEST 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#17: 
In kni_allocate_mbufs(), we attempt to add max_burst (32) count of mbuf always

WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations
#49: FILE: lib/librte_kni/rte_kni.c:650:
+	allocq_free = (kni->alloc_q->read - kni->alloc_q->write - 1) \

total: 0 errors, 2 warnings, 17 lines checked


More information about the test-report mailing list