[dpdk-test-report] |WARNING| pw30325 [PATCH] igb_uio: fix unknown symbols

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 13 04:47:43 CEST 2017


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

_coding style issues_


ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")'
#15: 
This patch partially reverts the commit d196343a258e and adds some

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

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

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#106: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:101:
+	unsigned offset = desc->msi_attrib.entry_nr * PCI_MSIX_ENTRY_SIZE +

total: 1 errors, 3 warnings, 133 lines checked


More information about the test-report mailing list