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 0562EA0093 for ; Fri, 23 Dec 2022 03:55:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F2D9340697; Fri, 23 Dec 2022 03:55:00 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7FF0440685 for ; Fri, 23 Dec 2022 03:54:58 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7323B123086; Fri, 23 Dec 2022 03:54:58 +0100 (CET) Subject: |WARNING| pw121330 [PATCH 18/21] net/cpfl: add hw statistics In-Reply-To: <20221223015558.3143279-19-mingxia.liu@intel.com> References: <20221223015558.3143279-19-mingxia.liu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mingxia Liu Message-Id: <20221223025458.7323B123086@dpdk.org> Date: Fri, 23 Dec 2022 03:54:58 +0100 (CET) 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/121330 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_stats.mbuf_alloc_failed #90: FILE: drivers/net/cpfl/cpfl_ethdev.c:182: + rte_atomic64_read(&(rxq->rx_stats.mbuf_alloc_failed)); CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_stats.mbuf_alloc_failed #137: FILE: drivers/net/cpfl/cpfl_ethdev.c:229: + rte_atomic64_set(&(rxq->rx_stats.mbuf_alloc_failed), 0); total: 0 errors, 0 warnings, 2 checks, 106 lines checked Warning in drivers/net/cpfl/cpfl_ethdev.c: Using rte_atomicNN_xxx