|WARNING| pw134537 [PATCH 24.03 2/4] arg_parser: add new coremask parsing API

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Nov 22 17:49:24 CET 2023


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#66: 
Add new coremask parsing API. This API behaves similarly to the corelist parsing

ERROR:TRAILING_WHITESPACE: trailing whitespace
#174: FILE: lib/arg_parser/rte_arg_parser.h:68:
+ * $

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#195: FILE: lib/arg_parser/rte_arg_parser.h:89:
+ *   NOTE: if n > "cores_len", then only "cores_len" elements in the "cores" array are valid.
+*/

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#198: FILE: lib/arg_parser/rte_arg_parser.h:92:
+rte_parse_coremask(const char* coremask, uint16_t *cores, uint32_t cores_len);

total: 2 errors, 2 warnings, 117 lines checked


More information about the test-report mailing list