[dpdk-test-report] |WARNING| pw73342 [PATCH v6 03/10] eal: introduce thread init helper

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jul 6 22:54:41 CEST 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/73342

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#85: 
Besides, having affinity set by the master lcore in FreeBSD and Linux

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#273: FILE: lib/librte_eal/freebsd/eal.c:849:
+			&lcore_config[config->master_lcore].cpuset) != 0) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#278: FILE: lib/librte_eal/freebsd/eal.c:854:
+	__rte_thread_init(config->master_lcore,

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#279: FILE: lib/librte_eal/freebsd/eal.c:855:
+		&lcore_config[config->master_lcore].cpuset);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#360: FILE: lib/librte_eal/linux/eal.c:1188:
+			&lcore_config[config->master_lcore].cpuset) != 0) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#365: FILE: lib/librte_eal/linux/eal.c:1193:
+	__rte_thread_init(config->master_lcore,

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#366: FILE: lib/librte_eal/linux/eal.c:1194:
+		&lcore_config[config->master_lcore].cpuset);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#449: FILE: lib/librte_eal/windows/eal.c:336:
+	__rte_thread_init(config->master_lcore,

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#450: FILE: lib/librte_eal/windows/eal.c:337:
+		&lcore_config[config->master_lcore].cpuset);

total: 0 errors, 9 warnings, 312 lines checked


More information about the test-report mailing list