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 A68D6A0C4B for ; Tue, 9 Nov 2021 09:00:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A2CAE4068B; Tue, 9 Nov 2021 09:00:11 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 817C440151 for ; Tue, 9 Nov 2021 09:00:10 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 68896123078; Tue, 9 Nov 2021 09:00:10 +0100 (CET) In-Reply-To: <20211109075726.59611-1-humin29@huawei.com> References: <20211109075726.59611-1-humin29@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Min Hu (Connor)" Message-Id: <20211109080010.68896123078@dpdk.org> Date: Tue, 9 Nov 2021 09:00:10 +0100 (CET) Subject: [dpdk-test-report] |WARNING| pw104034 [PATCH] net/bonding: fix offloading configuration 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/104034 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #57: delivered to the slave devices in this way. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #60: the capability of all slave devices. Based on this, the following functions WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #63: all the slave devices support this Tx offloading), the enabling status of WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #64: the offloading of all slave devices depends on the configuration of the WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #68: of the bonding device, the enabling status of the offloading on the slave WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #70: on the original configuration of the slave devices. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #100: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1719: + slave_eth_dev->data->dev_conf.txmode.offloads |= WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #103: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1722: + slave_eth_dev->data->dev_conf.txmode.offloads &= WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #107: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1726: + slave_eth_dev->data->dev_conf.rxmode.offloads |= WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #110: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1729: + slave_eth_dev->data->dev_conf.rxmode.offloads &= total: 0 errors, 10 warnings, 0 checks, 32 lines checked