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 03080433E3 for ; Mon, 27 Nov 2023 10:26:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F1911402DF; Mon, 27 Nov 2023 10:25:59 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6421E40150 for ; Mon, 27 Nov 2023 10:25:59 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 506E41210BE; Mon, 27 Nov 2023 10:25:59 +0100 (CET) Subject: |WARNING| pw134618 [PATCH] eal: introduce missing rte_thread wrappers In-Reply-To: <20231127092502.18510-1-vodak@cesnet.cz> References: <20231127092502.18510-1-vodak@cesnet.cz> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Vodak Message-Id: <20231127092559.506E41210BE@dpdk.org> Date: Mon, 27 Nov 2023 10:25:59 +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/134618 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #58: Function rte_ctrl_thread_create has been replaced by rte_thread_create_control, WARNING:TYPO_SPELLING: 'cancelation' may be misspelled - perhaps 'cancellation'? #117: FILE: lib/eal/include/rte_thread.h:504: + * Send a cancelation request to a thread. ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 2 warnings, 87 lines checked ERROR: symbol rte_thread_cancel is added in the DPDK_24 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_thread_getname_np is added in the DPDK_24 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_thread_timedjoin_np is added in the DPDK_24 section, but is expected to be added in the EXPERIMENTAL section of the version map