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 53D7FA04DD for ; Fri, 23 Oct 2020 15:58:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 02A31A979; Fri, 23 Oct 2020 15:58:06 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 17FE0A971; Fri, 23 Oct 2020 15:58:05 +0200 (CEST) In-Reply-To: <20201023135703.20342-1-getelson@nvidia.com> References: <20201023135703.20342-1-getelson@nvidia.com> To: test-report@dpdk.org Cc: Gregory Etelson Message-Id: <20201023135805.17FE0A971@dpdk.org> Date: Fri, 23 Oct 2020 15:58:05 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw81938 [PATCH v4] 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/81938 _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'? #155: 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 #528: 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'? #762: 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'? #1223: FILE: drivers/net/mlx5/mlx5_flow.h:1154: + * that 0 group must be traslated with standard method. total: 1 errors, 4 warnings, 0 checks, 1507 lines checked