From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4796BA09E5 for ; Wed, 19 Oct 2022 18:32:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 445E94280C; Wed, 19 Oct 2022 18:32:42 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3F1F4410D2 for ; Wed, 19 Oct 2022 18:32:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 38141120778; Wed, 19 Oct 2022 18:32:40 +0200 (CEST) Subject: |WARNING| pw118634 [PATCH v4 16/18] net/mlx5: support device control for E-Switch default rule In-Reply-To: <20221019162528.11045-17-suanmingm@nvidia.com> References: <20221019162528.11045-17-suanmingm@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Suanming Mou Message-Id: <20221019163240.38141120778@dpdk.org> Date: Wed, 19 Oct 2022 18:32:40 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/118634 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #893: FILE: drivers/net/mlx5/mlx5_trigger.c:1324: + if ((priv->master || priv->representor) && priv->sh->config.dv_esw_en) { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #975: FILE: drivers/net/mlx5/mlx5_txq.c:1300: + if ((!priv->representor && !priv->master) || WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #977: FILE: drivers/net/mlx5/mlx5_txq.c:1302: + DRV_LOG(ERR, "Port %u must be represetnor or master port in E-Switch mode.", total: 0 errors, 3 warnings, 0 checks, 809 lines checked