From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BE9A943C27 for ; Fri, 8 Mar 2024 19:55:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA3BC40291; Fri, 8 Mar 2024 19:55:29 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 37D0B40274 for ; Fri, 8 Mar 2024 19:55:24 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 292CE1223EF; Fri, 8 Mar 2024 19:55:24 +0100 (CET) Subject: |WARNING| pw138134 [RFC] eal: increase the number of availble file descriptors for MP In-Reply-To: <20240308185401.150651-1-stephen@networkplumber.org> References: <20240308185401.150651-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240308185524.292CE1223EF@dpdk.org> Date: Fri, 8 Mar 2024 19:55:24 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org 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