From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BE929A0526 for ; Wed, 8 Jul 2020 15:38:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A31E81D6F7; Wed, 8 Jul 2020 15:38:39 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 294AC1DB4B; Wed, 8 Jul 2020 15:38:39 +0200 (CEST) In-Reply-To: <20200708133733.29468-1-l.wojciechow@partner.samsung.com> References: <20200708133733.29468-1-l.wojciechow@partner.samsung.com> To: test-report@dpdk.org Cc: Lukasz Wojciechowski Message-Id: <20200708133839.294AC1DB4B@dpdk.org> Date: Wed, 8 Jul 2020 15:38:39 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw73529 [PATCH v2] eal: fix lcore state bug X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/73529 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #116: However the thread loop for slave lcores (eal_thread_loop) distincts these WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #119: So changing the role to RTE before stopping work in slave lcores WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #127: function delegated to slave lcore. The state is overwritten anyway in WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #128: slave lcore thread loop. This premature setting state to WAIT might WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #130: to return before slave lcore thread set the FINISHED state. That's total: 0 errors, 5 warnings, 25 lines checked