|WARNING| pw119869 [PATCH] mempool cache: add zero-copy get and put functions
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Nov 15 17:19:40 CET 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/119869
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#53:
Zero-copy access to mempool caches is beneficial for PMD performance, and must be provided by the mempool library to fix [Bug 1052] without a performance regression.
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#109: FILE: lib/mempool/rte_mempool.h:1366:
+ __rte_experimental$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#164: FILE: lib/mempool/rte_mempool.h:1421:
+ __rte_experimental$
total: 0 errors, 3 warnings, 170 lines checked
__rte_experimental must appear alone on the line immediately preceding the return type of a function.
__rte_experimental must appear alone on the line immediately preceding the return type of a function.
More information about the test-report
mailing list