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 E13F7A054A for ; Sat, 27 Aug 2022 11:01:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE08640DF7; Sat, 27 Aug 2022 11:01:13 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D5E5F40696 for ; Sat, 27 Aug 2022 11:01:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D25DA121DAD; Sat, 27 Aug 2022 11:01:12 +0200 (CEST) Subject: |WARNING| pw115550 [PATCH v6 1/7] eal/loongarch: support LoongArch architecture In-Reply-To: <20220827085908.52080-2-zhoumin@loongson.cn> References: <20220827085908.52080-2-zhoumin@loongson.cn> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Min Zhou Message-Id: <20220827090112.D25DA121DAD@dpdk.org> Date: Sat, 27 Aug 2022 11:01:12 +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/115550 _coding style issues_ WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop #586: 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, 1047 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