From 1bf67635d12b36573d2c61dba94d3b0e343dd1fd Mon Sep 17 00:00:00 2001 From: Jaganathan Palanisamy Date: Tue, 9 Jan 2018 10:15:27 -0500 Subject: [PATCH] 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 (cherry picked from commit c4344c49e6b8a914d4fa176a2ebd213465453602) --- workbooks/derive_params_formulas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbooks/derive_params_formulas.yaml b/workbooks/derive_params_formulas.yaml index ff5811994..bae6b8598 100644 --- a/workbooks/derive_params_formulas.yaml +++ b/workbooks/derive_params_formulas.yaml @@ -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: