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 1C6EDA0C54 for ; Tue, 10 Aug 2021 10:52:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 107AB40686; Tue, 10 Aug 2021 10:52:23 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 233454014F for ; Tue, 10 Aug 2021 10:52:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 0544E1209D4; Tue, 10 Aug 2021 10:52:21 +0200 (CEST) In-Reply-To: <20210810064323.4161835-1-jilei8@huawei.com> References: <20210810064323.4161835-1-jilei8@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: jilei Message-Id: <20210810085222.0544E1209D4@dpdk.org> Date: Tue, 10 Aug 2021 10:52:21 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw96777 [PATCH] net/bonding:fix balance-xor link down stack overflow 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/96777 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #56: When slave link down, deactivate_slave will internals->active_slaves WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #56: When slave link down, deactivate_slave will internals->active_slaves WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #56: When slave link down, deactivate_slave will internals->active_slaves WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #57: and internals->active_slave_count.Active_slave in bond_ethdev_rx_burst WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #57: and internals->active_slave_count.Active_slave in bond_ethdev_rx_burst WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #58: may out of range in internals->active_slaves.It will get bond's port_id WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #76: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:85: + if (++active_slave >= slave_count) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #76: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:85: + if (++active_slave >= slave_count) total: 0 errors, 8 warnings, 0 checks, 8 lines checked