From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 86247A052E for ; Mon, 9 Mar 2020 10:39:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 775601C02D; Mon, 9 Mar 2020 10:39:54 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id C2CC11C038; Mon, 9 Mar 2020 10:39:53 +0100 (CET) In-Reply-To: <20200309093844.30579-1-david.marchand@redhat.com> References: <20200309093844.30579-1-david.marchand@redhat.com> To: test-report@dpdk.org Cc: David Marchand Message-Id: <20200309093953.C2CC11C038@dpdk.org> Date: Mon, 9 Mar 2020 10:39:53 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw66405 [PATCH] eal/arm64: remove internal macros X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/66405 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #86: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:22: +#define rte_mb() asm volatile("dsb sy" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #89: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:24: +#define rte_wmb() asm volatile("dsb st" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #92: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:26: +#define rte_rmb() asm volatile("dsb ld" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #95: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:28: +#define rte_smp_mb() asm volatile("dmb ish" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #98: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:30: +#define rte_smp_wmb() asm volatile("dmb ishst" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #103: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:32: +#define rte_smp_rmb() asm volatile("dmb ishld" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #112: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:40: +#define rte_cio_wmb() asm volatile("dmb oshst" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #115: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:42: +#define rte_cio_rmb() asm volatile("dmb oshld" : : : "memory") total: 8 errors, 0 warnings, 37 lines checked