[dpdk-test-report] |WARNING| pw32424 [PATCH RFC 15/23] eal/memalloc: add function to check if memory is physically

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 19 12:06:23 CET 2017


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

_coding style issues_


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

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#85: 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