diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/vpp_config/data/80-vpp.conf.template | 2 | ||||
-rw-r--r-- | extras/vpp_config/data/startup.conf.template | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extras/vpp_config/data/80-vpp.conf.template b/extras/vpp_config/data/80-vpp.conf.template index 8fdf184cf83..539cbb704dc 100644 --- a/extras/vpp_config/data/80-vpp.conf.template +++ b/extras/vpp_config/data/80-vpp.conf.template @@ -7,7 +7,7 @@ vm.max_map_count=3096 # All groups allowed to access hugepages vm.hugetlb_shm_group=0 -# Shared Memory Max must be greator or equal to the total size of hugepages. +# Shared Memory Max must be greater or equal to the total size of hugepages. # For 2MB pages, TotalHugepageSize = vm.nr_hugepages * 2 * 1024 * 1024 # If the existing kernel.shmmax setting (cat /sys/proc/kernel/shmmax) # is greater than the calculated TotalHugepageSize then set this parameter diff --git a/extras/vpp_config/data/startup.conf.template b/extras/vpp_config/data/startup.conf.template index 22b0e128d48..906b0929dc0 100644 --- a/extras/vpp_config/data/startup.conf.template +++ b/extras/vpp_config/data/startup.conf.template @@ -53,7 +53,7 @@ cpu {{ dpdk {{ {devices} - ## Change default settings for all intefaces + ## Change default settings for all interfaces # dev default {{ ## Number of receive queues, enables RSS ## Default is 1 @@ -97,7 +97,7 @@ dpdk {{ ## and uio_pci_generic (default) # uio-driver vfio-pci - ## Disable mutli-segment buffers, improves performance but + ## Disable multi-segment buffers, improves performance but ## disables Jumbo MTU support # no-multi-seg |