From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1DBF9A04B1 for ; Wed, 9 Sep 2020 01:18:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 165F21BEAC; Wed, 9 Sep 2020 01:18:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id F1ADD1BE0C; Wed, 9 Sep 2020 01:18:09 +0200 (CEST) In-Reply-To: <20200826153412.1041-1-adamx.dybkowski@intel.com> References: <20200826153412.1041-1-adamx.dybkowski@intel.com> To: test-report@dpdk.org Cc: Adam Dybkowski Message-Id: <20200908231809.F1ADD1BE0C@dpdk.org> Date: Wed, 9 Sep 2020 01:18:09 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw76038 [PATCH] crypto/scheduler: rename slave to worker X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/76038 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #46: Subject: [dpdk-dev] [PATCH] crypto/scheduler: rename slave to worker WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #61: This patch replaces the usage of the word 'slave' with more WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #68: rte_cryptodev_scheduler_slave_attach is now called WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #70: rte_cryptodev_scheduler_slave_detach is WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #72: rte_cryptodev_scheduler_slaves_get is WARNING:TYPO_SPELLING: 'SLAVES' may be misspelled - perhaps 'SECONDARIES'? #75: Also, the configuration value RTE_CRYPTODEV_SCHEDULER_MAX_NB_SLAVES total: 0 errors, 6 warnings, 1840 lines checked INFO: symbol rte_cryptodev_scheduler_slave_attach is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_cryptodev_scheduler_slave_detach is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_cryptodev_scheduler_slaves_get is being removed, ensure that it has gone through the deprecation process ERROR: symbol rte_cryptodev_scheduler_worker_attach is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_cryptodev_scheduler_worker_detach is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_cryptodev_scheduler_workers_get is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map