[dpdk-test-report] |WARNING| pw73422 [PATCH v3 2/4] eventdev: use C11 atomics for lcore timer armed flag

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jul 7 13:15:30 CEST 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/73422

_coding style issues_


WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#60: 
on this flag between threads. Then the atomic CAS operation is needed.

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#62: 
Use the C11 atomic CAS instead of the generic rte_atomic operations

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#122: FILE: lib/librte_eventdev/rte_event_timer_adapter.c:1041:
+	 * The atomic CAS operation can prevent the race condition on in_use

total: 0 errors, 3 warnings, 46 lines checked


More information about the test-report mailing list