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 022E741CAE for ; Thu, 16 Feb 2023 08:16:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE2C540FDF; Thu, 16 Feb 2023 08:15:59 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2A95540E0F for ; Thu, 16 Feb 2023 08:15:57 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 254FA120B05; Thu, 16 Feb 2023 08:15:57 +0100 (CET) Subject: |WARNING| pw124035 [PATCH 1/2] net/bonding: add independent LACP sending function In-Reply-To: <20230216071514.29418-2-chaoyong.he@corigine.com> References: <20230216071514.29418-2-chaoyong.he@corigine.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chaoyong He Message-Id: <20230216071557.254FA120B05@dpdk.org> Date: Thu, 16 Feb 2023 08:15:57 +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/124035 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #174: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1783: + uint16_t slave_tx_count; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #175: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1784: + uint16_t active_slave_count; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #176: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1785: + uint16_t active_slave_ids[RTE_MAX_ETHPORTS]; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #180: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1789: + active_slave_count = internals->active_slave_count; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #180: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1789: + active_slave_count = internals->active_slave_count; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #181: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1790: + if (unlikely(active_slave_count == 0)) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #184: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1793: + rte_memcpy(active_slave_ids, internals->active_slaves, WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #184: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1793: + rte_memcpy(active_slave_ids, internals->active_slaves, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #185: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1794: + sizeof(active_slave_ids[0]) * active_slave_count); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #185: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1794: + sizeof(active_slave_ids[0]) * active_slave_count); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #188: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1797: + for (i = 0; i < active_slave_count; i++) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #190: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1799: + struct port *port = &bond_mode_8023ad_ports[active_slave_ids[i]]; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #196: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1805: + slave_tx_count = rte_eth_tx_prepare(active_slave_ids[i], WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #196: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1805: + slave_tx_count = rte_eth_tx_prepare(active_slave_ids[i], WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #198: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1807: + slave_tx_count = rte_eth_tx_burst(active_slave_ids[i], WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #198: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1807: + slave_tx_count = rte_eth_tx_burst(active_slave_ids[i], WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #199: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1808: + bd_tx_q->queue_id, &ctrl_pkt, slave_tx_count); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #204: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1813: + if (slave_tx_count != 1) total: 0 errors, 18 warnings, 0 checks, 84 lines checked