[dpdk-test-report] |WARNING| pw20228 [PATCH RFCv3 10/19] ring: make bulk and burst fn return vals consistent

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 7 15:14:06 CET 2017


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#128: FILE: app/test/test_ring.c:120:
+		TEST_RING_VERIFY(0 != rte_ring_enqueue_bulk(r, src,

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#135: FILE: app/test/test_ring.c:125:
+		TEST_RING_VERIFY(0 != rte_ring_enqueue_bulk(r, src,

total: 0 errors, 2 warnings, 613 lines checked


More information about the test-report mailing list