Removed incorrect user input comments

Removed User input num_phy_cores_per_numa_node_for_pmd incorrect
comments (defaults to 2), now num_phy_cores_per_numa_node_for_pmd input
is mandatory and removed defaulting logic in code.

Change-Id: I7f5a40e0954abbb4a0cdc1525d69a48b389e453b
Closes-Bug: #1736713
This commit is contained in:
Jaganathan Palanisamy 2018-01-09 10:15:27 -05:00
parent 6499adc185
commit c4344c49e6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ workflows:
- set_status_failed_get_num_phy_cores_per_numa_for_pmd_invalid: <% not isInteger($.num_phy_cores_per_numa_node_for_pmd) %>
- set_status_failed_get_num_phy_cores_per_numa_for_pmd_not_provided: <% $.num_phy_cores_per_numa_node_for_pmd = 0 %>
# For NUMA node with DPDK nic, number of cores should be used from user input (defaults to 2)
# For NUMA node with DPDK nic, number of cores should be used from user input
# For NUMA node without DPDK nic, number of cores should be 1
get_num_cores_per_numa_nodes:
publish: