[dpdk-test-report] |WARNING| pw69746 [PATCH] net/mlx5: fix matching for UDP tunnels with verbs

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 5 11:44:03 CEST 2020


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

_coding style issues_


ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
#138: FILE: drivers/net/mlx5/mlx5_flow_verbs.c:685:
+		switch((item + 1)->type) {
+			case RTE_FLOW_ITEM_TYPE_VXLAN:
[...]
+			case RTE_FLOW_ITEM_TYPE_VXLAN_GPE:
[...]
+			case RTE_FLOW_ITEM_TYPE_MPLS:
[...]
+			default:

ERROR:SPACING: space required before the open parenthesis '('
#138: FILE: drivers/net/mlx5/mlx5_flow_verbs.c:685:
+		switch((item + 1)->type) {

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


More information about the test-report mailing list