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 2239B42A7B for ; Sat, 6 May 2023 11:29:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1FB11406B8; Sat, 6 May 2023 11:29:09 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 25D26406B8 for ; Sat, 6 May 2023 11:29:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 145D2120565; Sat, 6 May 2023 11:29:08 +0200 (CEST) Subject: |WARNING| pw126725 [PATCH] app/test-pmd: fix not polling all queues without defered starting In-Reply-To: <20230506092635.35968-1-haijie1@huawei.com> References: <20230506092635.35968-1-haijie1@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Hai Message-Id: <20230506092908.145D2120565@dpdk.org> Date: Sat, 6 May 2023 11:29:08 +0200 (CEST) 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/126725 _coding style issues_ WARNING:TYPO_SPELLING: 'defered' may be misspelled - perhaps 'deferred'? #32: Subject: [PATCH] app/test-pmd: fix not polling all queues without defered ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 3c4426db54fc ("app/testpmd: do not poll stopped queues")' #58: 3c4426db54fc ("app/testpmd: do not poll stopped queues"). WARNING:TYPO_SPELLING: 'defered' may be misspelled - perhaps 'deferred'? #74: the defered_start is unsafe. total: 1 errors, 2 warnings, 50 lines checked