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 36B7042C57 for ; Thu, 8 Jun 2023 05:00:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 303D940042; Thu, 8 Jun 2023 05:00:35 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 57F3340042 for ; Thu, 8 Jun 2023 05:00:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 251AE12077C; Thu, 8 Jun 2023 05:00:33 +0200 (CEST) Subject: |WARNING| pw128362 [PATCH] net/bonding: fix destroy dedicated queues flow In-Reply-To: <20230608025903.814504-1-chaoyong.he@corigine.com> References: <20230608025903.814504-1-chaoyong.he@corigine.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chaoyong He Message-Id: <20230608030033.251AE12077C@dpdk.org> Date: Thu, 8 Jun 2023 05:00:33 +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/128362 _coding style issues_ WARNING:TYPO_SPELLING: 'couldn' may be misspelled - perhaps 'could'? #132: maybe we couldn't add the member port to a new bonding WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #160: FILE: drivers/net/bonding/rte_eth_bond_api.c:718: + internals->mode4.dedicated_queues.flow[slave_port_id] != NULL) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #161: FILE: drivers/net/bonding/rte_eth_bond_api.c:719: + rte_flow_destroy(slave_port_id, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #162: FILE: drivers/net/bonding/rte_eth_bond_api.c:720: + internals->mode4.dedicated_queues.flow[slave_port_id], WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #164: FILE: drivers/net/bonding/rte_eth_bond_api.c:722: + internals->mode4.dedicated_queues.flow[slave_port_id] = NULL; total: 0 errors, 5 warnings, 0 checks, 16 lines checked