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 2E20DA0C43 for ; Fri, 16 Apr 2021 13:05:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2A48314191A; Fri, 16 Apr 2021 13:05:19 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8E871141479 for ; Fri, 16 Apr 2021 13:05:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 86274121E58; Fri, 16 Apr 2021 13:05:17 +0200 (CEST) In-Reply-To: <1618571071-5927-2-git-send-email-tangchengchang@huawei.com> References: <1618571071-5927-2-git-send-email-tangchengchang@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengchang Tang Message-Id: <20210416110517.86274121E58@dpdk.org> Date: Fri, 16 Apr 2021 13:05:17 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw91642 [RFC 1/2] net/bonding: add Tx prepare for bonding 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/91642 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #63: allocates the packets to different slave devices based on the real-time WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #65: bonding device to determine which slave device's prepare function should WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #71: implemented. Instead, the prepare function of the slave device is added to WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #80: because in broadcast mode, a packet needs to be sent by all slave ports. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #192: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:609: + int nb_prep_pkts = slave_nb_pkts[i]; WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #194: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:611: + nb_prep_pkts = rte_eth_tx_prepare(slaves[i], WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #196: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:613: + slave_bufs[i], nb_prep_pkts); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #200: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:616: + slave_bufs[i], nb_prep_pkts); WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #241: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:973: + nb_prep_pkts = rte_eth_tx_prepare(slaves[i], WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #258: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1184: + nb_prep_pkts = slave_nb_bufs[i]; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #260: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1186: + nb_prep_pkts = rte_eth_tx_prepare(slave_port_ids[i], WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #261: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1187: + bd_tx_q->queue_id, slave_bufs[i], total: 0 errors, 12 warnings, 0 checks, 158 lines checked