[dpdk-test-report] |WARNING| pw94067 [RFC] porting AddressSanitizer feature to DPDK

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 10 07:19:05 CEST 2021


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#207: FILE: lib/eal/common/malloc_elem.h:45:
+static const unsigned MALLOC_ELEM_HEADER_LEN = sizeof(struct malloc_elem);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#211: FILE: lib/eal/common/malloc_elem.h:49:
+static const unsigned MALLOC_ELEM_TRAILER_LEN = RTE_CACHE_LINE_SIZE;

total: 0 errors, 2 warnings, 318 lines checked
Warning in lib/eal/common/malloc_elem.h:
Using compiler attribute directly
Warning in lib/eal/common/malloc_elem.h:
Declaring a variable inside for()


More information about the test-report mailing list