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 E3C81A054D for ; Fri, 23 Sep 2022 16:49:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E0E8A42BAE; Fri, 23 Sep 2022 16:49:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id CABC842BA6 for ; Fri, 23 Sep 2022 16:49:15 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C4E55121F02; Fri, 23 Sep 2022 16:49:15 +0200 (CEST) Subject: |WARNING| pw116750 [PATCH 11/27] net/mlx5: add HW steering counter action In-Reply-To: <20220923144334.27736-12-suanmingm@nvidia.com> References: <20220923144334.27736-12-suanmingm@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Suanming Mou Message-Id: <20220923144915.C4E55121F02@dpdk.org> Date: Fri, 23 Sep 2022 16:49:15 +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/116750 _coding style issues_ WARNING:BAD_SIGN_OFF: Duplicate signature #177: Signed-off-by: Xiaoyu Min WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1185: FILE: drivers/net/mlx5/mlx5_flow_meter.c:109: + if (priv->sh->config.dv_esw_en && priv->master) WARNING:REPEATED_WORD: Possible repeated word: 'the' #1238: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:37: + * In the end, user fetch the the counter from minimal to the maximum. WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1500: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:299: + uint32_t idx, alloced = 0; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1526: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:325: + alloced = cpool->dcs_mng.dcs[0].batch_sz; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1537: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:336: + cpool->dcs_mng.dcs[idx].iidx = alloced; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1538: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:337: + alloced += cpool->dcs_mng.dcs[idx].batch_sz; CHECK:CAMELCASE: Avoid CamelCase: #1545: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:344: + "Cannot alloc device counter, allocated[%" PRIu32 "] request[%" PRIu32 "]", WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1546: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:345: + alloced, cnt_num); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1583: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:382: + if (priv->sh->config.dv_esw_en && priv->master) total: 0 errors, 9 warnings, 1 checks, 1977 lines checked Warning in drivers/net/mlx5/mlx5_hws_cnt.c: Using %l format, prefer %PRI*64 if type is [u]int64_t