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 B0BD8A09E5 for ; Wed, 19 Oct 2022 18:30:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE5964280C; Wed, 19 Oct 2022 18:30:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 22F21410D2 for ; Wed, 19 Oct 2022 18:30:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1B8EE120778; Wed, 19 Oct 2022 18:30:01 +0200 (CEST) Subject: |WARNING| pw118626 [PATCH v4 08/18] net/mlx5: add HW steering counter action In-Reply-To: <20221019162528.11045-9-suanmingm@nvidia.com> References: <20221019162528.11045-9-suanmingm@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Suanming Mou Message-Id: <20221019163001.1B8EE120778@dpdk.org> Date: Wed, 19 Oct 2022 18:30:01 +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/118626 _coding style issues_ WARNING:REPEATED_WORD: Possible repeated word: 'the' #1445: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:39: + * In the end, user fetch the the counter from minimal to the maximum. CHECK:CAMELCASE: Avoid CamelCase: #1596: 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 #1596: 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'? #1708: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:302: + uint32_t idx, alloced = 0; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1734: 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'? #1745: 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'? #1746: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:340: + alloced += cpool->dcs_mng.dcs[idx].batch_sz; CHECK:CAMELCASE: Avoid CamelCase: #1753: 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'? #1754: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:348: + alloced, cnt_num); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1791: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:385: + if (priv->sh->config.dv_esw_en && priv->master) total: 0 errors, 7 warnings, 3 checks, 2197 lines checked