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 B8E1BA0553 for ; Thu, 20 Oct 2022 17:45:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB7D442BBB; Thu, 20 Oct 2022 17:45:00 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B885C42B82 for ; Thu, 20 Oct 2022 17:44:59 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B4923120778; Thu, 20 Oct 2022 17:44:59 +0200 (CEST) Subject: |WARNING| pw118794 [PATCH v6 08/18] net/mlx5: add HW steering counter action In-Reply-To: <20221020154152.28228-9-suanmingm@nvidia.com> References: <20221020154152.28228-9-suanmingm@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Suanming Mou Message-Id: <20221020154459.B4923120778@dpdk.org> Date: Thu, 20 Oct 2022 17:44:59 +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/118794 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #1609: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:190: + DRV_LOG(ERR, "counter number %"PRIu64" is out of 32bit range", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #1609: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:190: + DRV_LOG(ERR, "counter number %"PRIu64" is out of 32bit range", WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1721: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:302: + uint32_t idx, alloced = 0; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1747: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:328: + alloced = cpool->dcs_mng.dcs[0].batch_sz; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1758: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:339: + cpool->dcs_mng.dcs[idx].iidx = alloced; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1759: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:340: + alloced += cpool->dcs_mng.dcs[idx].batch_sz; CHECK:CAMELCASE: Avoid CamelCase: #1766: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:347: + "Cannot alloc device counter, allocated[%" PRIu32 "] request[%" PRIu32 "]", WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1767: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:348: + alloced, cnt_num); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1804: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:385: + if (priv->sh->config.dv_esw_en && priv->master) total: 0 errors, 6 warnings, 3 checks, 2204 lines checked