[dpdk-test-report] |WARNING| pw37912 [PATCH v6 46/70] vfio: allow to map other memory regions

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 11 14:39:36 CEST 2018


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#50: FILE: lib/librte_eal/bsdapp/eal/eal.c:752:
+int rte_vfio_dma_map(uint64_t vaddr, uint64_t iova, uint64_t len);

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#51: FILE: lib/librte_eal/bsdapp/eal/eal.c:753:
+int rte_vfio_dma_unmap(uint64_t vaddr, uint64_t iova, uint64_t len);

total: 0 errors, 2 warnings, 949 lines checked


More information about the test-report mailing list