[dpdk-test-report] |WARNING| pw23629 [PATCH] igb_uio: switch to pci_alloc_irq_vectors()
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Apr 13 16:57:46 CEST 2017
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/23629
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#16:
pci_enable_msix() will be removed in kernel 4.12. The new API is available since
WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#35: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:328:
+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0)
WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#45: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:386:
+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0)
total: 0 errors, 3 warnings, 30 lines checked
More information about the test-report
mailing list