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 0614343901 for ; Fri, 19 Jan 2024 17:58:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0261442D9F; Fri, 19 Jan 2024 17:58:42 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C391E42D9D for ; Fri, 19 Jan 2024 17:58:36 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id B496D122B9C; Fri, 19 Jan 2024 17:58:36 +0100 (CET) Subject: |WARNING| pw135991 [PATCH v3] eal: refactor rte_eal_init into sub-functions In-Reply-To: <1705683497-25074-1-git-send-email-rahulgupt@linux.microsoft.com> References: <1705683497-25074-1-git-send-email-rahulgupt@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rahul Gupta Message-Id: <20240119165836.B496D122B9C@dpdk.org> Date: Fri, 19 Jan 2024 17:58:36 +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/135991 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'? #131: FILE: app/test-pmd/testpmd.c:4571: + * if testpmd application dont want to know progress/status of WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'? #154: FILE: lib/eal/include/rte_eal.h:117: + * Its called from rte_eal_init() on MASTER lcore only and must NOT be directly ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 2 warnings, 171 lines checked Warning in lib/eal/include/rte_eal.h: Using compiler attribute directly __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. __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. 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.