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 73814A00BE for ; Thu, 17 Feb 2022 12:37:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6B5CC41163; Thu, 17 Feb 2022 12:37:14 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B33FC41161 for ; Thu, 17 Feb 2022 12:37:12 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 9CA6312336A; Thu, 17 Feb 2022 12:37:12 +0100 (CET) Subject: |WARNING| pw107732 [PATCH] app/testpmd: check starting port is not in bonding In-Reply-To: <20220217113655.45347-1-humin29@huawei.com> References: <20220217113655.45347-1-humin29@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Min Hu (Connor)" Message-Id: <20220217113712.9CA6312336A@dpdk.org> Date: Thu, 17 Feb 2022 12:37:12 +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/107732 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #52: In bond, start or stop slave port should be operated by bonding port. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #53: This patch add port_is_bonding_slave in start_port function. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #71: FILE: app/test-pmd/testpmd.c:2729: + if (port_is_bonding_slave(pi)) { total: 0 errors, 3 warnings, 13 lines checked