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 1FBD2A0093 for ; Tue, 3 May 2022 12:04:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C3DE40C35; Tue, 3 May 2022 12:04:56 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 09E2540691 for ; Tue, 3 May 2022 12:04:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 05C461242E0; Tue, 3 May 2022 12:04:55 +0200 (CEST) Subject: |WARNING| pw110595 [PATCH v3 1/5] net/bonding: fix non-active slaves aren't stopped In-Reply-To: <20220503100217.46203-2-humin29@huawei.com> References: <20220503100217.46203-2-humin29@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Min Hu (Connor)" Message-Id: <20220503100455.05C461242E0@dpdk.org> Date: Tue, 3 May 2022 12:04:55 +0200 (CEST) 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/110595 _coding style issues_ WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #31: Subject: [PATCH v3 1/5] net/bonding: fix non-active slaves aren't stopped WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #58: When stopping a bonded port, all slaves should be stopped. But only WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #59: active slaves are stopped. So fix it and do "deactivate_slave()" for active WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #59: active slaves are stopped. So fix it and do "deactivate_slave()" for active WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #60: slaves. WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #80: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2122: + internals->slaves[i].last_link_status = 0; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #81: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2123: + ret = rte_eth_dev_stop(slave_id); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #84: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2126: + slave_id); WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #88: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2130: + /* active slaves need to be deactivated. */ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #99: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2133: + internals->active_slave_count) total: 0 errors, 10 warnings, 0 checks, 29 lines checked