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 EF58DA0542 for ; Mon, 6 Jun 2022 16:35:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EAB9F42685; Mon, 6 Jun 2022 16:35:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 587624067E for ; Mon, 6 Jun 2022 16:35:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 37C32120945; Mon, 6 Jun 2022 16:35:12 +0200 (CEST) Subject: |WARNING| pw112417 [PATCH v2] net/bonding: failover of LACP with mode 4 takes long time In-Reply-To: <20220606143445.501-1-gaoxiangliu0@163.com> References: <20220606143445.501-1-gaoxiangliu0@163.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gaoxiang Liu Message-Id: <20220606143512.37C32120945@dpdk.org> Date: Mon, 6 Jun 2022 16:35:12 +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/112417 _coding style issues_ WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #60: When the primary port of bond slaves with bond mode 4 linked down, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #61: the system id of the other slave ports channged. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #67: Set the mac of the bond port to the slave port's system to solve the WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #130: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1183: + if (rte_is_same_ether_addr(&internals->mode4.mac_addr, &slave->actor.system)) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #134: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1186: + rte_ether_addr_copy(&internals->mode4.mac_addr, &slave->actor.system); WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Gaoxiang Liu ' != 'Signed-off-by: Gaoxiang Liu ' total: 0 errors, 6 warnings, 0 checks, 48 lines checked