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 C9A8945AF3 for ; Wed, 9 Oct 2024 13:24:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C57AB4065D; Wed, 9 Oct 2024 13:24:42 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4AC0B4064C for ; Wed, 9 Oct 2024 13:24:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 461731206AA; Wed, 9 Oct 2024 13:24:41 +0200 (CEST) Subject: |WARNING| pw145528 [PATCH v13 1/4] lib: add generic support for reading PMU events In-Reply-To: <20241009112308.2973903-2-tduszynski@marvell.com> References: <20241009112308.2973903-2-tduszynski@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tomasz Duszynski Message-Id: <20241009112441.461731206AA@dpdk.org> Date: Wed, 9 Oct 2024 13:24:41 +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/145528 _coding style issues_ Warning in lib/pmu/rte_pmu.c: Using __atomic_xxx/__ATOMIC_XXX built-ins, prefer rte_atomic_xxx/rte_memory_order_xxx