[dpdk-test-report] |WARNING| pw60489 [PATCH v9 2/3] ethdev: extend RSS offload types

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 3 13:36:41 CEST 2019


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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#40: FILE: lib/librte_ethdev/rte_ethdev.c:3116:
+	if ((rss_conf->rss_hf & ETH_RSS_L3_SRC_ONLY) &&
[...]
+			rss_conf->rss_hf &=

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#45: FILE: lib/librte_ethdev/rte_ethdev.c:3121:
+	if ((rss_conf->rss_hf & ETH_RSS_L4_SRC_ONLY) &&
[...]
+			rss_conf->rss_hf &=

total: 0 errors, 2 warnings, 37 lines checked


More information about the test-report mailing list