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 61864A0542 for ; Fri, 28 Oct 2022 08:21:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5ABB440696; Fri, 28 Oct 2022 08:21:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9D32F40041 for ; Fri, 28 Oct 2022 08:21:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 8EE44122B86; Fri, 28 Oct 2022 08:21:04 +0200 (CEST) Subject: |WARNING| pw119246 [PATCH V2] app/testpmd: update bond port configurations when add slave In-Reply-To: <20221028062059.459-1-lihuisong@huawei.com> References: <20221028062059.459-1-lihuisong@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Huisong Li Message-Id: <20221028062104.8EE44122B86@dpdk.org> Date: Fri, 28 Oct 2022 08:21:04 +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/119246 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #61: device in dev_info is zero when no slave is added. And its capability will WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #62: be updated when add a new slave device. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #73: intersection of the capability of all slave devices. If use original port WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #74: configurations, the removed capabilities because of adding a new slave may WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #101: FILE: app/test-pmd/testpmd.c:2810: + * device in dev_info is zero when no slave is added. And its capability of WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #102: FILE: app/test-pmd/testpmd.c:2811: + * will be updated when add a new slave device. So adding a device slave need WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #102: FILE: app/test-pmd/testpmd.c:2811: + * will be updated when add a new slave device. So adding a device slave need WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #171: FILE: drivers/net/bonding/bonding_testpmd.c:628: + ports[master_port_id].update_conf = 1; total: 0 errors, 8 warnings, 0 checks, 75 lines checked