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 EF03A43270 for ; Thu, 2 Nov 2023 19:20:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8BD640144; Thu, 2 Nov 2023 19:20:46 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2CCC040144 for ; Thu, 2 Nov 2023 19:20:46 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 187CC120A24; Thu, 2 Nov 2023 19:20:46 +0100 (CET) Subject: |WARNING| pw133792 [RFC] eal: RFC to refactor rte_eal_init into sub-functions In-Reply-To: <1698949164-20287-1-git-send-email-rahulgupt@linux.microsoft.com> References: <1698949164-20287-1-git-send-email-rahulgupt@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rahul Gupta Message-Id: <20231102182046.187CC120A24@dpdk.org> Date: Thu, 2 Nov 2023 19:20:46 +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/133792 _coding style issues_ WARNING:TYPO_SPELLING: 'upto' may be misspelled - perhaps 'up to'? #62: b) rte_pktmbuf_pool_create() can consume upto 300-350 ms for WARNING:TYPO_SPELLING: 'appplications' may be misspelled - perhaps 'applications'? #67: This patch provides an optimization using pthreads that appplications ERROR:C99_COMMENTS: do not use C99 // comments #139: FILE: lib/librte_eal/linux/eal/eal.c:1304: + return 0; //return Success if control reaches here ERROR:SPACING: spaces required around that '>=' (ctx:VxV) #147: FILE: lib/librte_eal/linux/eal/eal.c:1312: + if (fctret>=0) ^ WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Rahul Gupta ' != 'Signed-off-by: Rahul Gupta ' total: 2 errors, 3 warnings, 55 lines checked ERROR: symbol rte_eal_init_setup is added in the DPDK_20.0 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_probe_and_ioctl is added in the DPDK_20.0 section, but is expected to be added in the EXPERIMENTAL section of the version map