[dpdk-test-report] |WARNING| pw74897 [PATCH] vdpa/mlx5: use master core Id for vhost thread

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jul 28 08:13:27 CEST 2020


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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#26: 
Subject: [dpdk-dev] [PATCH] vdpa/mlx5: use master core Id for vhost thread

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#49: 
As vhost thread created on same core of eal master core, this patch uses

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#50: 
master core ID as a workaround.

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#67: FILE: drivers/vdpa/mlx5/mlx5_vdpa_event.c:58:
+	lcore = (uint32_t)rte_get_master_lcore();

total: 0 errors, 4 warnings, 8 lines checked


More information about the test-report mailing list