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 8E56DA09E5 for ; Wed, 19 Oct 2022 18:29:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BB4942C03; Wed, 19 Oct 2022 18:29:37 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4C493410D2 for ; Wed, 19 Oct 2022 18:29:36 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 46429120778; Wed, 19 Oct 2022 18:29:36 +0200 (CEST) Subject: |WARNING| pw118630 [PATCH v4 10/18] net/mlx5: add HW steering connection tracking support In-Reply-To: <20221019162528.11045-11-suanmingm@nvidia.com> References: <20221019162528.11045-11-suanmingm@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Suanming Mou Message-Id: <20221019162936.46429120778@dpdk.org> Date: Wed, 19 Oct 2022 18:29:36 +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/118630 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #159: FILE: drivers/net/mlx5/linux/mlx5_os.c:1352: +#if defined (HAVE_MLX5_DR_CREATE_ACTION_ASO) && \ WARNING:LEADING_SPACE: please, no spaces at the start of a line #160: FILE: drivers/net/mlx5/linux/mlx5_os.c:1353: + defined (HAVE_MLX5_DR_ACTION_ASO_CT)$ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #160: FILE: drivers/net/mlx5/linux/mlx5_os.c:1353: + defined (HAVE_MLX5_DR_ACTION_ASO_CT) WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1135: FILE: drivers/net/mlx5/mlx5_flow_hw.c:4764: + if (priv->sh->config.dv_esw_en && priv->master) total: 0 errors, 4 warnings, 0 checks, 1205 lines checked