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 2A13AA0C4C for ; Tue, 5 Oct 2021 19:21:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2656E41400; Tue, 5 Oct 2021 19:21:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 812A6413FB for ; Tue, 5 Oct 2021 19:21:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5E4B3120DFE; Tue, 5 Oct 2021 19:21:33 +0200 (CEST) In-Reply-To: <20211005171939.2989-1-xhavli56@stud.fit.vutbr.cz> References: <20211005171939.2989-1-xhavli56@stud.fit.vutbr.cz> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Martin Havlik Message-Id: <20211005172133.5E4B3120DFE@dpdk.org> Date: Tue, 5 Oct 2021 19:21:33 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw100540 [PATCH 2/2] net/bonding: ensure device is started for dedicated queues setup 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/100540 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #64: when the slave allows it. That is before or after the start WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #65: of the slave device, as the PMD is able to. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #88: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1819: + if (slave_eth_dev->dev_capa & RTE_ETH_DEV_CAPA_FLOW_CREATE_BEFORE_START == 0) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #89: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1820: + errval = rte_eth_dev_start(slave_eth_dev->data->port_id); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #92: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1823: + slave_eth_dev->data->port_id, errval); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #113: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1841: + errval = rte_eth_dev_start(slave_eth_dev->data->port_id); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #116: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1844: + slave_eth_dev->data->port_id, errval); total: 0 errors, 7 warnings, 0 checks, 43 lines checked