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 349CCA0C45 for ; Tue, 26 Oct 2021 16:59:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 315DC41104; Tue, 26 Oct 2021 16:59:50 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A39AE410D5 for ; Tue, 26 Oct 2021 16:59:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 8D0E4121E90; Tue, 26 Oct 2021 16:59:46 +0200 (CEST) In-Reply-To: <20211026145851.21944-1-david.marchand@redhat.com> References: <20211026145851.21944-1-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20211026145946.8D0E4121E90@dpdk.org> Date: Tue, 26 Oct 2021 16:59:46 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw102935 [PATCH] ethdev: warn only once for badly behaving applications 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/102935 _coding style issues_ ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work #84: --- a/app/test-pmd/testpmd.c WARNING:LEADING_SPACE: please, no spaces at the start of a line #92: FILE: app/test-pmd/testpmd.c:614: + if (!is_proc_primary())$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15) #92: FILE: app/test-pmd/testpmd.c:614: + if (!is_proc_primary()) return rte_eth_dev_start(port_id); total: 1 errors, 2 warnings, 104 lines checked