From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A47EBA04B8 for ; Tue, 5 May 2020 11:44:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 890521C1C9; Tue, 5 May 2020 11:44:05 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id B3F7C1C1D4; Tue, 5 May 2020 11:44:03 +0200 (CEST) In-Reply-To: <20200505094218.29666-1-rasland@mellanox.com> References: <20200505094218.29666-1-rasland@mellanox.com> To: test-report@dpdk.org Cc: Raslan Darawsheh Message-Id: <20200505094403.B3F7C1C1D4@dpdk.org> Date: Tue, 5 May 2020 11:44:03 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw69746 [PATCH] net/mlx5: fix matching for UDP tunnels with verbs X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" 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