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 A7B47A00C4 for ; Fri, 30 Sep 2022 10:04:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5CC440E5A; Fri, 30 Sep 2022 10:04:45 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3CF6140684 for ; Fri, 30 Sep 2022 10:04:43 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3920B12231E; Fri, 30 Sep 2022 10:04:43 +0200 (CEST) Subject: |WARNING| pw117195 [PATCH v7 1/7] eal/loongarch: support LoongArch architecture In-Reply-To: <20220930080228.864681-2-zhoumin@loongson.cn> References: <20220930080228.864681-2-zhoumin@loongson.cn> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Min Zhou Message-Id: <20220930080443.3920B12231E@dpdk.org> Date: Fri, 30 Sep 2022 10:04:43 +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/117195 _coding style issues_ WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop #574: FILE: lib/eal/loongarch/include/rte_atomic.h:19: +#define rte_mb() do { asm volatile("dbar 0":::"memory"); } while (0) total: 0 errors, 1 warnings, 1049 lines checked Warning in lib/eal/loongarch/include/rte_atomic.h: Using rte_smp_[r/w]mb Warning in lib/eal/loongarch/include/rte_atomic.h: Using __atomic_thread_fence