[dpdk-test-report] |WARNING| pw30707 [PATCH v3 3/3] net/mlx5: fix RSS hash update

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 23 13:18:47 CEST 2017


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss_conf->rss_key_len >= priv->rss_conf.rss_key_len'
#69: FILE: drivers/net/mlx5/mlx5_rss.c:112:
+	if (rss_conf->rss_key &&
+	    (rss_conf->rss_key_len >= priv->rss_conf.rss_key_len)) {

total: 0 errors, 0 warnings, 1 checks, 47 lines checked


More information about the test-report mailing list