|WARNING| pw134618 [PATCH] eal: introduce missing rte_thread wrappers

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 27 10:25:59 CET 2023


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#58: 
Function rte_ctrl_thread_create has been replaced by rte_thread_create_control,

WARNING:TYPO_SPELLING: 'cancelation' may be misspelled - perhaps 'cancellation'?
#117: FILE: lib/eal/include/rte_thread.h:504:
+ * Send a cancelation request to a thread.

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 2 warnings, 87 lines checked
ERROR: symbol rte_thread_cancel is added in the DPDK_24 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_thread_getname_np is added in the DPDK_24 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_thread_timedjoin_np is added in the DPDK_24 section, but is expected to be added in the EXPERIMENTAL section of the version map


More information about the test-report mailing list