[dpdk-test-report] |WARNING| pw31839 [PATCH 2/3] eal: add synchronous multi-process communication

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 30 19:43:10 CET 2017


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

_coding style issues_


WARNING:TYPO_SPELLING: 'reponse' may be misspelled - perhaps 'response'?
#21: 
the send thread will wait there for reponse and process the

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mp_handler', this function's name, in a string
#80: FILE: lib/librte_eal/common/eal_common_proc.c:364:
+				RTE_LOG(INFO, EAL, "mp_handler thread will pause
");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mp_handler', this function's name, in a string
#82: FILE: lib/librte_eal/common/eal_common_proc.c:366:
+				RTE_LOG(INFO, EAL, "mp_handler thread stops pausing
");

total: 0 errors, 3 warnings, 142 lines checked


More information about the test-report mailing list