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 321A0438CB for ; Mon, 15 Jan 2024 09:51:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E53F4029F; Mon, 15 Jan 2024 09:51:33 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C211940272 for ; Mon, 15 Jan 2024 09:51:31 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id B2BFA12485B; Mon, 15 Jan 2024 09:51:31 +0100 (CET) Subject: |WARNING| pw135872 [PATCH] eal: refactor rte_eal_init into sub-functions In-Reply-To: <1705308610-938-1-git-send-email-rahulgupt@linux.microsoft.com> References: <1705308610-938-1-git-send-email-rahulgupt@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rahul Gupta Message-Id: <20240115085131.B2BFA12485B@dpdk.org> Date: Mon, 15 Jan 2024 09:51:31 +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/135872 _coding style issues_ WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'? #130: FILE: app/test-pmd/testpmd.c:4569: + * if testpmd application dont want to know progress/status of WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'? #153: FILE: lib/eal/include/rte_eal.h:117: + * Its called from rte_eal_init() on MASTER lcore only and must NOT be directly WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #166: FILE: lib/eal/include/rte_eal.h:130: + * Launched on next available slave lcore. WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #180: FILE: lib/eal/include/rte_eal.h:144: + * it performs all device independent operation (like mbuf pool creation) on master lcore. WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #268: FILE: lib/eal/linux/eal.c:1363: + int fctret = rte_eal_init_setup(argc, argv); /* master lcore*/ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #274: FILE: lib/eal/linux/eal.c:1369: + /* running on a slave lcore */ total: 0 errors, 6 warnings, 169 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.