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 98B2AA00C4 for ; Mon, 14 Feb 2022 09:16:54 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D45A4113F; Mon, 14 Feb 2022 09:16:54 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4CBDA4068C for ; Mon, 14 Feb 2022 09:16:53 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 2D75812336A; Mon, 14 Feb 2022 09:16:53 +0100 (CET) Subject: |WARNING| pw107412 [PATCH 2/2] net/bonding: fix slaves initilizing on mtu setting In-Reply-To: <20220214081344.13637-2-wanjunjie@bytedance.com> References: <20220214081344.13637-2-wanjunjie@bytedance.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wan Junjie Message-Id: <20220214081653.2D75812336A@dpdk.org> Date: Mon, 14 Feb 2022 09:16:53 +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/107412 _coding style issues_ WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #59: Subject: [PATCH 2/2] net/bonding: fix slaves initilizing on mtu setting WARNING:TYPO_SPELLING: 'initilizing' may be misspelled - perhaps 'initializing'? #59: Subject: [PATCH 2/2] net/bonding: fix slaves initilizing on mtu setting WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #79: When initializing a bonding device with all slaves in vdev string, WARNING:TYPO_SPELLING: 'initilizes' may be misspelled - perhaps 'initializes'? #80: which means bonding device initilizes slaves, instead of initializing WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #80: which means bonding device initilizes slaves, instead of initializing WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #81: slaves before creating the bonding device, it will fail to call WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #134: FILE: drivers/net/bonding/eth_bond_private.h:250: +slave_start(struct rte_eth_dev *bonded_eth_dev, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #135: FILE: drivers/net/bonding/eth_bond_private.h:251: + struct rte_eth_dev *slave_eth_dev); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #148: FILE: drivers/net/bonding/rte_eth_bond_api.c:569: + if (slave_start(bonded_eth_dev, slave_eth_dev) != 0) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #148: FILE: drivers/net/bonding/rte_eth_bond_api.c:569: + if (slave_start(bonded_eth_dev, slave_eth_dev) != 0) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #149: FILE: drivers/net/bonding/rte_eth_bond_api.c:570: + internals->slave_count--; WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #150: FILE: drivers/net/bonding/rte_eth_bond_api.c:571: + RTE_BOND_LOG(ERR, "rte_bond_slaves_start: port=%d", WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #151: FILE: drivers/net/bonding/rte_eth_bond_api.c:572: + slave_port_id); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #184: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1761: +slave_start(struct rte_eth_dev *bonded_eth_dev, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #185: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1762: + struct rte_eth_dev *slave_eth_dev) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #202: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1818: + if (internals->mode4.dedicated_queues.flow[slave_eth_dev->data->port_id] != NULL) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #203: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1819: + errval = rte_flow_destroy(slave_eth_dev->data->port_id, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #207: 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'? #216: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2016: + if (slave_start(eth_dev, slave_ethdev) != 0) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #216: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2016: + if (slave_start(eth_dev, slave_ethdev) != 0) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #218: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2018: + "bonded port (%d) failed to start slave device (%d)", WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #220: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2020: + internals->slaves[i].port_id); WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #230: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3871: + /* configure slaves so we can pass mtu setting */ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #231: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3872: + for (i = 0; i < internals->slave_count; i++) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #232: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3873: + struct rte_eth_dev *slave_ethdev = WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #233: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3874: + &(rte_eth_devices[internals->slaves[i].port_id]); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #234: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3875: + if (slave_configure(dev, slave_ethdev) != 0) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #234: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3875: + if (slave_configure(dev, slave_ethdev) != 0) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #236: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3877: + "bonded port (%d) failed to configure slave device (%d)", WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #238: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3879: + internals->slaves[i].port_id); total: 0 errors, 30 warnings, 0 checks, 121 lines checked