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 80396A0545 for ; Tue, 7 Jun 2022 12:47:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7747A42B70; Tue, 7 Jun 2022 12:47:42 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9DA6741153 for ; Tue, 7 Jun 2022 12:47:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 95F3C120945; Tue, 7 Jun 2022 12:47:41 +0200 (CEST) Subject: |WARNING| pw112452 [PATCH RESEND v4 1/8] eal: add initial support for RISC-V architecture In-Reply-To: <20220607104617.153892-2-kda@semihalf.com> References: <20220607104617.153892-2-kda@semihalf.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stanislaw Kardach Message-Id: <20220607104741.95F3C120945@dpdk.org> Date: Tue, 7 Jun 2022 12:47: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/112452 _coding style issues_ WARNING:BAD_SIGN_OFF: Non-standard signature: Sponsored-by: #137: Sponsored-by: Frank Zhao WARNING:BAD_SIGN_OFF: Non-standard signature: Sponsored-by: #138: Sponsored-by: Sam Grove ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #815: FILE: lib/eal/riscv/include/rte_atomic.h:24: +#define rte_mb() asm volatile("fence rw, rw" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #817: FILE: lib/eal/riscv/include/rte_atomic.h:26: +#define rte_wmb() asm volatile("fence w, w" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #819: FILE: lib/eal/riscv/include/rte_atomic.h:28: +#define rte_rmb() asm volatile("fence r, r" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #827: FILE: lib/eal/riscv/include/rte_atomic.h:36: +#define rte_io_mb() asm volatile("fence iorw, iorw" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #829: FILE: lib/eal/riscv/include/rte_atomic.h:38: +#define rte_io_wmb() asm volatile("fence orw, ow" : : : "memory") ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #831: FILE: lib/eal/riscv/include/rte_atomic.h:40: +#define rte_io_rmb() asm volatile("fence ir, ir" : : : "memory") WARNING:TYPO_SPELLING: 'hart' may be misspelled - perhaps 'heart'? #998: FILE: lib/eal/riscv/include/rte_cycles.h:38: +/** Read hart cycle counter */ WARNING:TYPO_SPELLING: 'hart' may be misspelled - perhaps 'heart'? #1007: FILE: lib/eal/riscv/include/rte_cycles.h:47: +/** Read hart cycle counter ensuring no re-ordering */ total: 6 errors, 4 warnings, 1424 lines checked Warning in lib/eal/riscv/include/rte_vect.h: Using compiler attribute directly Warning in lib/eal/riscv/include/rte_atomic.h: Using rte_smp_[r/w]mb Warning in lib/eal/riscv/include/rte_atomic.h: Using __atomic_thread_fence