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 CAFB1A04C3 for ; Mon, 28 Sep 2020 16:19:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C47C51D989; Mon, 28 Sep 2020 16:19:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id AAB1D1D98F; Mon, 28 Sep 2020 16:19:22 +0200 (CEST) In-Reply-To: <20200928141633.396-2-adamx.dybkowski@intel.com> References: <20200928141633.396-2-adamx.dybkowski@intel.com> To: test-report@dpdk.org Cc: Adam Dybkowski Message-Id: <20200928141922.AAB1D1D98F@dpdk.org> Date: Mon, 28 Sep 2020 16:19:22 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw79019 [PATCH v2 1/1] 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/79019 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #49: Subject: [dpdk-dev] [PATCH v2 1/1] crypto/scheduler: rename slave to worker WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #64: This patch replaces the usage of the word 'slave' with more WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #71: rte_cryptodev_scheduler_slave_attach is now called WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #73: rte_cryptodev_scheduler_slave_detach is WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #75: rte_cryptodev_scheduler_slaves_get is WARNING:TYPO_SPELLING: 'SLAVES' may be misspelled - perhaps 'SECONDARIES'? #78: Also, the configuration value RTE_CRYPTODEV_SCHEDULER_MAX_NB_SLAVES WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #336: FILE: doc/guides/rel_notes/release_20_11.rst:136: +* scheduler: Renamed functions ``rte_cryptodev_scheduler_slave_attach``, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #337: FILE: doc/guides/rel_notes/release_20_11.rst:137: + ``rte_cryptodev_scheduler_slave_detach`` and WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #338: FILE: doc/guides/rel_notes/release_20_11.rst:138: + ``rte_cryptodev_scheduler_slaves_get`` to WARNING:TYPO_SPELLING: 'SLAVES' may be misspelled - perhaps 'SECONDARIES'? #344: FILE: doc/guides/rel_notes/release_20_11.rst:144: + ``RTE_CRYPTODEV_SCHEDULER_MAX_NB_SLAVES`` to total: 0 errors, 10 warnings, 1865 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