[dpdk-test-report] |WARNING| pw102039 [PATCH] net/mlx5: fix the RSS consistency check of meter policy

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 18 15:17:31 CEST 2021


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'r1->types != r2->types'
#155: FILE: drivers/net/mlx5/mlx5_flow_dv.c:17420:
+	if ((r1->types != r2->types) &&
+	    !((r1->types == 0 || r1->types == ETH_RSS_IP) &&
+	      (r2->types == 0 || r2->types == ETH_RSS_IP)))

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


More information about the test-report mailing list