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 27ACFA0519 for ; Sat, 27 Jun 2020 21:13:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 146511C02C; Sat, 27 Jun 2020 21:13:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id BEC471C030; Sat, 27 Jun 2020 21:13:27 +0200 (CEST) In-Reply-To: <20200627191208.34520-1-honnappa.nagarahalli@arm.com> References: <20200627191208.34520-1-honnappa.nagarahalli@arm.com> To: test-report@dpdk.org Cc: Honnappa Nagarahalli Message-Id: <20200627191327.BEC471C030@dpdk.org> Date: Sat, 27 Jun 2020 21:13:27 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw72353 [PATCH v2] eal: adjust barriers for IO on Armv8-a 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/72353 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #71: [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=22ec71615d824f4f11d38d0e55a88d8956b7e45f ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #98: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:22: +#define rte_mb() asm volatile("dmb osh" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #101: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:24: +#define rte_wmb() asm volatile("dmb oshst" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #104: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:26: +#define rte_rmb() asm volatile("dmb oshld" : : : "memory") total: 3 errors, 1 warnings, 32 lines checked