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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 26 11:38:05 CET 2017


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

_coding style issues_


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

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

total: 0 errors, 2 warnings, 147 lines checked


More information about the test-report mailing list