[dpdk-test-report] |WARNING| pw53702 [PATCH] kni: fix build on RHEL8

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 27 06:07:51 CEST 2019


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#26: 
RHEL8 defined ndo_set_vf_vlan in net_device_ops as well as the mainline kernel.

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#42: FILE: kernel/linux/kni/ethtool/igb/kcompat.h:3925:
+#if ((RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(7, 4)) && \

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#43: FILE: kernel/linux/kni/ethtool/igb/kcompat.h:3926:
+	(RHEL_RELEASE_CODE < RHEL_RELEASE_VERSION(8, 0)))

total: 0 errors, 3 warnings, 9 lines checked


More information about the test-report mailing list