diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-29 22:58:50 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-10-30 20:17:12 +0000 |
commit | 35b037fd7f7ff1842f8d72a969c8415aa6f60d4d (patch) | |
tree | 2cdb223fa47db99793435fdf6244698319c158bf /extras/vpp_config/data/startup.conf.template | |
parent | b101058890d66c960713fc7c203094fb54643755 (diff) |
vpp_config: fix typos in templates
Type: style
Change-Id: Ia435604c8c48a78054848095567f1e54d028227e
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'extras/vpp_config/data/startup.conf.template')
-rw-r--r-- | extras/vpp_config/data/startup.conf.template | 4 |
1 files changed, 2 insertions, 2 deletions
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 |