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 2FF93A0A0C for ; Thu, 15 Jul 2021 15:22:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A0F84014D; Thu, 15 Jul 2021 15:22:22 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A390040143 for ; Thu, 15 Jul 2021 15:22:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 868BB120F1F; Thu, 15 Jul 2021 15:22:20 +0200 (CEST) In-Reply-To: <20210715132015.1587544-1-paulis.gributs@intel.com> References: <20210715132015.1587544-1-paulis.gributs@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Paulis Gributs Message-Id: <20210715132220.868BB120F1F@dpdk.org> Date: Thu, 15 Jul 2021 15:22:20 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw95881 [PATCH] app/testpmd: remove most uses of rte_eth_devices 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/95881 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #210: FILE: app/test-pmd/testpmd.c:3527: + ret = eth_dev_info_get_print_err(slave_pid, &dev_info); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #214: FILE: app/test-pmd/testpmd.c:3531: + "cannot determine if the port is a bonded slave", WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #215: FILE: app/test-pmd/testpmd.c:3532: + slave_pid); WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #218: FILE: app/test-pmd/testpmd.c:3535: + if ((*dev_info.dev_flags & RTE_ETH_DEV_BONDED_SLAVE) || (port->slave_flag == 1)) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #218: FILE: app/test-pmd/testpmd.c:3535: + if ((*dev_info.dev_flags & RTE_ETH_DEV_BONDED_SLAVE) || (port->slave_flag == 1)) total: 0 errors, 5 warnings, 166 lines checked