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 01873A04DD for ; Thu, 22 Oct 2020 18:02:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E0D69A938; Thu, 22 Oct 2020 18:02:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 0F01EA93D; Thu, 22 Oct 2020 18:02:40 +0200 (CEST) In-Reply-To: <20201022160054.18089-1-getelson@nvidia.com> References: <20201022160054.18089-1-getelson@nvidia.com> To: test-report@dpdk.org Cc: Gregory Etelson Message-Id: <20201022160240.0F01EA93D@dpdk.org> Date: Thu, 22 Oct 2020 18:02:40 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw81817 [PATCH v2] 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/81817 _coding style issues_ WARNING:TYPO_SPELLING: 'whith' may be misspelled - perhaps 'with'? #74: * application cannot use MARK and META flow actions whith tunnel. WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #151: FILE: drivers/net/mlx5/linux/mlx5_os.c:751: + if (switch_info->master || switch_info->representor) ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #524: FILE: drivers/net/mlx5/mlx5_flow.c:4158: + for (; app_actions->type != RTE_FLOW_ACTION_TYPE_JUMP; app_actions++); WARNING:TYPO_SPELLING: 'coverted' may be misspelled - perhaps 'converted'? #758: FILE: drivers/net/mlx5/mlx5_flow.c:7352: + * If tunnel offload is disabled, all group ids coverted to flow table WARNING:TYPO_SPELLING: 'traslated' may be misspelled - perhaps 'translated'? #1219: FILE: drivers/net/mlx5/mlx5_flow.h:1154: + * that 0 group must be traslated with standard method. total: 1 errors, 4 warnings, 0 checks, 1499 lines checked