[dpdk-test-report] |WARNING| pw49641 [2/6] ring: add a non-blocking implementation

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jan 10 22:03:49 CET 2019


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

_coding style issues_


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

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

total: 0 errors, 2 warnings, 743 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