[dpdk-test-report] |WARNING| pw49954 [v3, 2/5] ring: add a non-blocking implementation

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jan 18 16:26:05 CET 2019


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#343: FILE: lib/librte_ring/rte_ring.h:323:
+		for (i = 0; i < (n & ((~(unsigned)0x3))); i += 4, idx += 4) { \

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#393: FILE: lib/librte_ring/rte_ring.h:397:
+		for (i = 0; i < (n & (~(unsigned)0x3)); i += 4, idx += 4) {\

total: 0 errors, 2 warnings, 805 lines checked
ERROR: symbol rte_ring_get_memsize is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map


More information about the test-report mailing list