|WARNING| pw147879 [PATCH] eal/unix: optimize thread creation with glibc
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Nov 2 11:10:57 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/147879
_coding style issues_
WARNING:TYPO_SPELLING: 'musl' may be misspelled - perhaps 'must'?
#83:
pthread_attr_setaffinity_np, but it is not available with musl.
WARNING:TYPO_SPELLING: 'musl' may be misspelled - perhaps 'must'?
#84:
Assume availability by relying on __USE_GNU that is not set with musl.
total: 0 errors, 2 warnings, 86 lines checked
Warning in lib/eal/unix/rte_thread.c:
Using pthread functions, prefer rte_thread
More information about the test-report
mailing list