|WARNING| pw139190 [RFC] latencystats: performance overhaul

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Apr 8 21:52:09 CEST 2024


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

_coding style issues_


WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#389: FILE: lib/latencystats/rte_latencystats.c:218:
+			rte_atomic_store_explicit(&stats->min_latency, latency, rte_memory_order_relaxed);

WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#391: FILE: lib/latencystats/rte_latencystats.c:220:
+			rte_atomic_store_explicit(&stats->max_latency, latency, rte_memory_order_relaxed);

total: 0 errors, 2 warnings, 508 lines checked
Please use __rte_cache_aligned only for struct or union types alignment.


More information about the test-report mailing list