[dpdk-test-report] |WARNING| pw28374 [PATCH v7 5/6] igb_uio: use kernel functions for masking MSI-X

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 5 14:05:51 CEST 2017


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#58: FILE: lib/librte_eal/linuxapp/igb_uio/compat.h:113:
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#62: FILE: lib/librte_eal/linuxapp/igb_uio/compat.h:117:
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)

total: 0 errors, 2 warnings, 103 lines checked


More information about the test-report mailing list