[dpdk-test-report] |WARNING| pw35426 [PATCH 11/18] net/mlx5: split flow RSS handling logic

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 26 16:11:02 CET 2018


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'i == parser->layer'
#122: FILE: drivers/net/mlx5/mlx5_flow.c:1061:
+			if ((i == parser->layer) ||
+			     (!parser->queue[i].ibv_attr))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '!parser->queue[i].ibv_attr'
#122: FILE: drivers/net/mlx5/mlx5_flow.c:1061:
+			if ((i == parser->layer) ||
+			     (!parser->queue[i].ibv_attr))

total: 0 errors, 0 warnings, 2 checks, 116 lines checked


More information about the test-report mailing list