Fix typos

Change-Id: I8b1b77f6545474272d06f21a40a55e51167602f9
This commit is contained in:
Zhu Sheng Li 2020-05-27 16:26:34 +08:00
parent 1aa2ac928b
commit 4697bc2a59

View File

@ -15,13 +15,13 @@ workflow_parameters:
# derive parameters common workflows will be invoked. # derive parameters common workflows will be invoked.
hw_data_required: true hw_data_required: true
######### DPDK Parameters ######### ######### DPDK Parameters #########
# Specifices the minimum number of CPU physical cores to be allocated for DPDK # Specifies the minimum number of CPU physical cores to be allocated for DPDK
# PMD threads. The actual allocation will be based on network config, if # PMD threads. The actual allocation will be based on network config, if
# the a DPDK port is associated with a numa node, then this configuration # the a DPDK port is associated with a numa node, then this configuration
# will be used, else 1. # will be used, else 1.
num_phy_cores_per_numa_node_for_pmd: 1 num_phy_cores_per_numa_node_for_pmd: 1
# Amount of memory to be configured as huge pages in percentage. Ouf the # Amount of memory to be configured as huge pages in percentage. Out of
# total available memory (excluding the NovaReservedHostMemory), the # the total available memory (excluding the NovaReservedHostMemory), the
# specified percentage of the remaining is configured as huge pages. # specified percentage of the remaining is configured as huge pages.
huge_page_allocation_percentage: 50 huge_page_allocation_percentage: 50
######### HCI Parameters ######### ######### HCI Parameters #########