[dpdk-test-report] |WARNING| pw28334 [PATCH v6 5/5] igb_uio: MSI IRQ mode use kernel functions for masking MSI and MSI-X

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Sep 4 20:19:09 CEST 2017


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#65: 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
#69: FILE: lib/librte_eal/linuxapp/igb_uio/compat.h:117:
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)

total: 0 errors, 2 warnings, 164 lines checked


More information about the test-report mailing list