|WARNING| pw135501 [PATCH 2/4] vfio: add VFIO IOMMUFD support

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 22 12:24:03 CET 2023


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#104: FILE: lib/eal/include/rte_vfio.h:33:
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 6, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#189: FILE: lib/eal/linux/eal_vfio.h:20:
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 6, 0)

total: 0 errors, 2 warnings, 494 lines checked
Warning in lib/eal/linux/eal_vfio_iommufd.c:
Prefer RTE_LOG_LINE


More information about the test-report mailing list