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 5C2F4A034F for ; Wed, 31 Mar 2021 12:03:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 549AB140E7C; Wed, 31 Mar 2021 12:03:38 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E1562140E4A for ; Wed, 31 Mar 2021 12:03:36 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DCE07121321; Wed, 31 Mar 2021 12:03:36 +0200 (CEST) In-Reply-To: <1617184904-55349-3-git-send-email-humin29@huawei.com> References: <1617184904-55349-3-git-send-email-humin29@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Min Hu (Connor)" Message-Id: <20210331100336.DCE07121321@dpdk.org> Date: Wed, 31 Mar 2021 12:03:36 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw90229 [PATCH 02/10] net/hns3: fix set default MAC addr fail in bonding of VF 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/90229 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #58: testpmd> add bonding slave 0 2 WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #59: testpmd> add bonding slave 1 2 WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #68: mac_address_slaves_update(1541) - Failed to update port Id 0 WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #72: 1. the 'port start 2' command will start slave ports and then set WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #73: slave mac address, the function call flow: bond_ethdev_start -> WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #74: mac_address_slaves_update. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #76: check slave ports link status and update slave ports mac address, the WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #76: check slave ports link status and update slave ports mac address, the WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #77: function call flow: bond_ethdev_slave_link_status_change_monitor -> WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #78: bond_ethdev_lsc_event_callback -> mac_address_slaves_update. total: 0 errors, 10 warnings, 0 checks, 105 lines checked