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 C7A44A0547 for ; Mon, 5 Dec 2022 09:18:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C370442B8B; Mon, 5 Dec 2022 09:18:04 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6E2C340F18 for ; Mon, 5 Dec 2022 09:18:03 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 609DD122CD9; Mon, 5 Dec 2022 09:18:03 +0100 (CET) Subject: |WARNING| pw120448 [PATCH 2/2] net/bonding: support dump LACP info In-Reply-To: <20221205081051.25905-3-fengchengwen@huawei.com> References: <20221205081051.25905-3-fengchengwen@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengwen Feng Message-Id: <20221205081803.609DD122CD9@dpdk.org> Date: Mon, 5 Dec 2022 09:18:03 +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/120448 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #126: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3472: +dump_lacp_slave(const struct rte_eth_bond_8023ad_slave_info *info, FILE *f) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #126: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3472: +dump_lacp_slave(const struct rte_eth_bond_8023ad_slave_info *info, FILE *f) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #175: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3521: + struct rte_eth_bond_8023ad_slave_info slave_info; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #175: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3521: + struct rte_eth_bond_8023ad_slave_info slave_info; WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #177: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3523: + uint16_t slaves[RTE_MAX_ETHPORTS]; WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #178: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3524: + int num_active_slaves; WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #183: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3529: + num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves, WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #183: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3529: + num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves, WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #183: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3529: + num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves, WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #185: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3531: + if (num_active_slaves < 0) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #186: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3532: + fprintf(f, " Failed to get active slave list for port %u ", WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #200: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3546: + for (i = 0; i < num_active_slaves; i++) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #201: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3547: + ret = rte_eth_bond_8023ad_slave_info(port_id, slaves[i], WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #201: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3547: + ret = rte_eth_bond_8023ad_slave_info(port_id, slaves[i], WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #202: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3548: + &slave_info); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #204: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3550: + fprintf(f, " Get slave device %u 8023ad info failed ", WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #205: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3551: + slaves[i]); WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #208: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3554: + fprintf(f, " Slave Port: %u ", slaves[i]); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #209: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3555: + dump_lacp_slave(&slave_info, f); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #209: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3555: + dump_lacp_slave(&slave_info, f); total: 0 errors, 20 warnings, 0 checks, 155 lines checked