vpp_config: fix typos in templates 73/23073/3
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 30 Oct 2019 02:58:50 +0000 (22:58 -0400)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 30 Oct 2019 20:17:12 +0000 (20:17 +0000)
Type: style

Change-Id: Ia435604c8c48a78054848095567f1e54d028227e
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
MAINTAINERS
extras/vpp_config/data/80-vpp.conf.template
extras/vpp_config/data/startup.conf.template

index 8619483..6a44a66 100644 (file)
@@ -580,6 +580,11 @@ Awkward chained buffer geometry tool
 I:     oddbuf
 F:     src/plugins/oddbuf
 
+VPP Config Tooling
+I:  vpp_config
+M:  John DeNisco <jdenisco@cisco.com>
+F:  extras/vpp_config
+
 THE REST
 I:     misc
 C:     Contact vpp-dev Mailing List <vpp-dev@fd.io>
index 8fdf184..539cbb7 100644 (file)
@@ -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
index 22b0e12..906b092 100644 (file)
@@ -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