[dpdk-test-report] |WARNING| pw76038 [PATCH] crypto/scheduler: rename slave to worker

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 9 01:18:09 CEST 2020


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


More information about the test-report mailing list