|WARNING| pw113901 [PATCH v3 2/2] service: fix potential stats race-condition on MT services
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Jul 11 15:18:51 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/113901
_coding style issues_
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#124: FILE: lib/eal/common/rte_service.c:57:
+ uint64_t calls __rte_aligned(8);
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#125: FILE: lib/eal/common/rte_service.c:58:
+ uint64_t cycles_spent __rte_aligned(8);
total: 0 errors, 2 warnings, 50 lines checked
More information about the test-report
mailing list