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 638AE439B6 for ; Wed, 24 Jan 2024 14:45:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5ED7F42DE7; Wed, 24 Jan 2024 14:45:55 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A4FAD42DE7 for ; Wed, 24 Jan 2024 14:45:53 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 8957F121F08; Wed, 24 Jan 2024 14:45:53 +0100 (CET) Subject: |WARNING| pw136106 [PATCH v4] eal: refactor rte_eal_init into sub-functions In-Reply-To: <1706103911-6907-1-git-send-email-rahulgupt@linux.microsoft.com> References: <1706103911-6907-1-git-send-email-rahulgupt@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rahul Gupta Message-Id: <20240124134553.8957F121F08@dpdk.org> Date: Wed, 24 Jan 2024 14:45:53 +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/136106 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #78: to mempool creation in a pthread. Its named as rte_eal_init_async_setup(). ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 247 lines checked Warning in lib/eal/include/rte_eal.h: Using compiler attribute directly Please only put __rte_experimental tags in headers (b/lib/eal/linux/eal.c) Please only put __rte_experimental tags in headers (b/lib/eal/linux/eal.c) __rte_experimental must appear alone on the line immediately preceding the return type of a function. Please only put __rte_experimental tags in headers (b/lib/eal/linux/eal.c) __rte_experimental must appear alone on the line immediately preceding the return type of a function. Please only put __rte_experimental tags in headers (b/lib/eal/linux/eal.c) __rte_experimental must appear alone on the line immediately preceding the return type of a function. Please only put __rte_experimental tags in headers (b/lib/eal/linux/eal.c) __rte_experimental must appear alone on the line immediately preceding the return type of a function.