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 8796CA0093 for ; Fri, 16 Dec 2022 11:34:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 814DB42D22; Fri, 16 Dec 2022 11:34:02 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7E14042D21 for ; Fri, 16 Dec 2022 11:34:00 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 6F6A0122E70; Fri, 16 Dec 2022 11:34:00 +0100 (CET) Subject: |WARNING| pw120982 [PATCH 7/7] common/idpf: update mbuf_alloc_failed multi-thread process In-Reply-To: <20221216093706.2453812-8-mingxia.liu@intel.com> References: <20221216093706.2453812-8-mingxia.liu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mingxia Liu Message-Id: <20221216103400.6F6A0122E70@dpdk.org> Date: Fri, 16 Dec 2022 11:34:00 +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/120982 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_stats.mbuf_alloc_failed #187: FILE: drivers/net/idpf/idpf_ethdev.c:260: + rte_atomic64_read(&(rxq->rx_stats.mbuf_alloc_failed)); CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_stats.mbuf_alloc_failed #196: FILE: drivers/net/idpf/idpf_ethdev.c:307: + rte_atomic64_set(&(rxq->rx_stats.mbuf_alloc_failed), 0); total: 0 errors, 0 warnings, 2 checks, 95 lines checked Warning in drivers/common/idpf/idpf_common_rxtx.c: Using rte_atomicNN_xxx