[dpdk-test-report] |WARNING| pw32459 [PATCH RFC v2 15/23] eal: add API to check if memory is physically contiguous

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 19 12:15:26 CET 2017


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

_coding style issues_


ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files
#34: FILE: lib/librte_eal/common/eal_common_memalloc.c

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#84: FILE: lib/librte_eal/common/eal_common_memalloc.c:46:
+bool
+eal_memalloc_is_contig(const struct rte_memseg_list *msl, void *start,
+		size_t len) {

total: 2 errors, 0 warnings, 101 lines checked


More information about the test-report mailing list