|WARNING| pw138134 [RFC] eal: increase the number of availble file descriptors for MP

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 8 19:55:24 CET 2024


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

_coding style issues_


WARNING:TYPO_SPELLING: 'availble' may be misspelled - perhaps 'available'?
#65: 
Subject: [RFC] eal: increase the number of availble file descriptors for MP

WARNING:TYPO_SPELLING: 'compatiable' may be misspelled - perhaps 'compatible'?
#90: 
broken in that it won't allow adding a backwards compatiable

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#156: FILE: lib/eal/common/eal_common_proc.c:858:
+int rte_mp_sendmsg_V24(struct rte_mp_msg *msg);

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#204: FILE: lib/eal/common/eal_common_proc.c:1108:
+int rte_mp_request_sync_V24(struct rte_mp_msg *req, struct rte_mp_reply *reply,

WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations
#225: FILE: lib/eal/common/eal_common_proc.c:1127:
+MAP_STATIC_SYMBOL(int rte_mp_request_sync(struct rte_mp_msg *req, \

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#250: FILE: lib/eal/common/eal_common_proc.c:1285:
+int rte_mp_request_async_V24(struct rte_mp_msg *req, const struct timespec *ts,

WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations
#269: FILE: lib/eal/common/eal_common_proc.c:1303:
+MAP_STATIC_SYMBOL(int rte_mp_request_async(struct rte_mp_msg *req,	\

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#290: FILE: lib/eal/common/eal_common_proc.c:1332:
+int rte_mp_reply_V24(struct rte_mp_msg *msg, const char *peer);

total: 0 errors, 8 warnings, 245 lines checked
ERROR: symbol rte_mp_reply is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_mp_request_async is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_mp_request_sync is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_mp_sendmsg is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map


More information about the test-report mailing list