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 C88ECA04FD for ; Wed, 8 Jun 2022 13:46:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C4A7B42B74; Wed, 8 Jun 2022 13:46:51 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DF93742B99 for ; Wed, 8 Jun 2022 13:46:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DB550121D20; Wed, 8 Jun 2022 13:46:50 +0200 (CEST) Subject: |WARNING| pw112551 [PATCH 1/2] net/bonding: fix RSS inconsistent between bonded and slaves In-Reply-To: <20220608114548.25837-2-liudongdong3@huawei.com> References: <20220608114548.25837-2-liudongdong3@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dongdong Liu Message-Id: <20220608114650.DB550121D20@dpdk.org> Date: Wed, 8 Jun 2022 13:46:50 +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/112551 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #61: Currently, RSS configuration of slave is set only when RSS is enabled for WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #62: bonded port. If RSS is enabled for the slaves port before adding to the WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #64: of bonded and slaves port is inconsistent after starting bonded port. WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #65: So the RSS configuration of slave should also be set when RSS is disabled WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #86: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1711: + slave_eth_dev->data->dev_conf.rx_adv_conf.rss_conf.rss_key_len = 0; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #87: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1712: + slave_eth_dev->data->dev_conf.rx_adv_conf.rss_conf.rss_key = NULL; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #88: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1713: + slave_eth_dev->data->dev_conf.rx_adv_conf.rss_conf.rss_hf = 0; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #89: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1714: + slave_eth_dev->data->dev_conf.rxmode.mq_mode = total: 0 errors, 8 warnings, 0 checks, 12 lines checked