[dpdk-test-report] |WARNING| pw31797 [PATCH 2/3] kni: add support for promisc mode set

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 30 12:48:14 CET 2017


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#185: FILE: lib/librte_kni/rte_kni.c:772:
+		&& (NULL == ops->config_mac_address)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#186: FILE: lib/librte_kni/rte_kni.c:773:
+		&& (NULL == ops->config_promiscusity))

total: 0 errors, 2 warnings, 161 lines checked


More information about the test-report mailing list