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 12EDB43BEA for ; Mon, 26 Feb 2024 13:04:36 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0E45642E0C; Mon, 26 Feb 2024 13:04:36 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 36C3E42E0C for ; Mon, 26 Feb 2024 13:04:35 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 23536122320; Mon, 26 Feb 2024 13:04:35 +0100 (CET) Subject: |WARNING| pw137200 [PATCH] net/mlx5: link status change for bonding cases In-Reply-To: <20240226120341.175710-1-haifeil@nvidia.com> References: <20240226120341.175710-1-haifeil@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Haifei Luo Message-Id: <20240226120435.23536122320@dpdk.org> Date: Mon, 26 Feb 2024 13:04:35 +0100 (CET) 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/137200 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #122: master and slave interface netlink events indicate the bonding link WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #122: master and slave interface netlink events indicate the bonding link WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #124: bonding's master/slave. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #124: bonding's master/slave. WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #128: and it should compare the link status of the bonding master to detect WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #182: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:809: + ((ifr.ifr_flags & IFF_UP) && (ifr.ifr_flags & IFF_RUNNING)); WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #182: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:809: + ((ifr.ifr_flags & IFF_UP) && (ifr.ifr_flags & IFF_RUNNING)); total: 0 errors, 7 warnings, 0 checks, 72 lines checked