[dpdk-test-report] |WARNING| pw37175 [PATCH v1 08/16] ethdev: flatten RSS configuration in flow API

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 4 17:57:35 CEST 2018


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#681: FILE: drivers/net/i40e/i40e_ethdev.h:887:
+	uint8_t key[(I40E_VFQF_HKEY_MAX_INDEX > I40E_PFQF_HKEY_MAX_INDEX ?

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'i != HASH_RXQ_ETH'
#1485: FILE: drivers/net/mlx5/mlx5_flow.c:1087:
+			if (!(parser->rss_conf.types &
 			      hash_rxq_init[i].dpdk_rss_hf) &&
 			    (i != HASH_RXQ_ETH))

total: 0 errors, 1 warnings, 1633 lines checked


More information about the test-report mailing list