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 0422EA04B7 for ; Sun, 4 Oct 2020 15:52:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B78291BBDF; Sun, 4 Oct 2020 15:52:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 1176A1BBDB; Sun, 4 Oct 2020 15:52:32 +0200 (CEST) In-Reply-To: <20201004135040.10307-4-getelson@nvidia.com> References: <20201004135040.10307-4-getelson@nvidia.com> To: test-report@dpdk.org Cc: Gregory Etelson Message-Id: <20201004135232.1176A1BBDB@dpdk.org> Date: Sun, 4 Oct 2020 15:52:32 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw79584 [PATCH v4 3/4] net/mlx5: implement tunnel offload API 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/79584 _coding style issues_ WARNING:TYPO_SPELLING: 'whith' may be misspelled - perhaps 'with'? #76: * application cannot use MARK and META flow actions whith tunnel. WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #155: FILE: drivers/net/mlx5/linux/mlx5_os.c:676: + if (switch_info->master || switch_info->representor) ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #530: FILE: drivers/net/mlx5/mlx5_flow.c:3802: + for (; app_actions->type != RTE_FLOW_ACTION_TYPE_JUMP; app_actions++); WARNING:TYPO_SPELLING: 'coverted' may be misspelled - perhaps 'converted'? #759: FILE: drivers/net/mlx5/mlx5_flow.c:6585: + * If tunnel offload is disabled, all group ids coverted to flow table WARNING:TYPO_SPELLING: 'traslated' may be misspelled - perhaps 'translated'? #1216: FILE: drivers/net/mlx5/mlx5_flow.h:1081: + * that 0 group must be traslated with standard method. total: 1 errors, 4 warnings, 0 checks, 1467 lines checked