[dpdk-test-report] |WARNING| pw66397 [PATCH] cycles: add isb before read cntvct_el0

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 9 10:14:41 CET 2020


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 <haifeng.lin at huawei.com>'

total: 1 errors, 2 warnings, 29 lines checked


More information about the test-report mailing list