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 85714A052E for ; Mon, 9 Mar 2020 10:14:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 755BD1BFF6; Mon, 9 Mar 2020 10:14:43 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 643501C020; Mon, 9 Mar 2020 10:14:41 +0100 (CET) In-Reply-To: <4099DE2E54AFAD489356C6C9161D53339729EB7E@DGGEML502-MBX.china.huawei.com> References: <4099DE2E54AFAD489356C6C9161D53339729EB7E@DGGEML502-MBX.china.huawei.com> To: test-report@dpdk.org Cc: Linhaifeng Message-Id: <20200309091441.643501C020@dpdk.org> Date: Mon, 9 Mar 2020 10:14:41 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw66397 [PATCH] cycles: add isb before read cntvct_el0 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/66397 _coding style issues_ WARNING:TYPO_SPELLING: 'nead' may be misspelled - perhaps 'need'? #57: We nead isb rather than dsb to sync system counter to cntvct_el0. ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #73: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:24: +#define isb() asm volatile("isb" : : : "memory") WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Linhaifeng ' total: 1 errors, 2 warnings, 29 lines checked