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 49D86A0C45 for ; Thu, 28 Oct 2021 08:57:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 431A640DDB; Thu, 28 Oct 2021 08:57:37 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EC3774067B for ; Thu, 28 Oct 2021 08:57:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DFF901220F5; Thu, 28 Oct 2021 08:57:29 +0200 (CEST) In-Reply-To: <20211028065640.139655-2-feifei.wang2@arm.com> References: <20211028065640.139655-2-feifei.wang2@arm.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Feifei Wang Message-Id: <20211028065729.DFF901220F5@dpdk.org> Date: Thu, 28 Oct 2021 08:57:29 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw103100 [PATCH v7 1/5] eal: add new definitions for wait scheme 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/103100 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #112: FILE: lib/eal/arm/include/rte_pause_64.h:40: +#define __RTE_ARM_LOAD_EXC_16(src, dst, memorder) { \ if (memorder == __ATOMIC_RELAXED) { \ asm volatile("ldxrh %w[tmp], [%x[addr]]" \ : [tmp] "=&r" (dst) \ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 17) #178: FILE: lib/eal/arm/include/rte_pause_64.h:110: if (value != expected) { + __RTE_ARM_SEVL() total: 1 errors, 1 warnings, 241 lines checked