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 C8056A00C3 for ; Sun, 5 Jun 2022 05:09:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C339C4021E; Sun, 5 Jun 2022 05:09:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2D8D040041 for ; Sun, 5 Jun 2022 05:09:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id ECFAE120945; Sun, 5 Jun 2022 05:09:16 +0200 (CEST) Subject: |WARNING| pw112326 [PATCH] net/bonding: failover of LACP with mode 4 takes long time In-Reply-To: <20220605030737.4670-1-gaoxiangliu0@163.com> References: <20220605030737.4670-1-gaoxiangliu0@163.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gaoxiang Liu Message-Id: <20220605030916.ECFAE120945@dpdk.org> Date: Sun, 5 Jun 2022 05:09:16 +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/112326 _coding style issues_ WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #59: When the primary port of bond slaves with bond mode 4 linked down, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #60: the system id of the other slave ports channged. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #66: 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'? #120: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1184: + if (rte_is_same_ether_addr(&internals->mode4.mac_addr, &slave->actor.system)) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #124: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1187: + 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, 42 lines checked