[dpdk-test-report] |WARNING| pw38931 [PATCH v6 07/16] ethdev: flatten RSS configuration in flow API

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 25 17:29:35 CEST 2018


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

_coding style issues_


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

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

total: 0 errors, 1 warnings, 1706 lines checked


More information about the test-report mailing list