diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-03-30 10:50:19 -0400 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-03-30 20:46:03 +0000 |
commit | 4dc8397629a30f3462ad695496ee3f943d85457d (patch) | |
tree | 6ac2ff2fdefe52ef60fc0dd4317bc898b09e907b /extras/vpp_config/data/auto-config.yaml | |
parent | 76981eedcdf6d236679d5aefccd905cd98540787 (diff) |
Fix minor issues.
Change-Id: I1ce5106d99dd4d4b1c033d4873b4511e9a170afc
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'extras/vpp_config/data/auto-config.yaml')
-rw-r--r-- | extras/vpp_config/data/auto-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vpp_config/data/auto-config.yaml b/extras/vpp_config/data/auto-config.yaml index 83e3aab8470..129da3fc918 100644 --- a/extras/vpp_config/data/auto-config.yaml +++ b/extras/vpp_config/data/auto-config.yaml @@ -2,7 +2,7 @@ metadata: {system_config_file: /vpp/vpp-config/configs/system-config.yaml, versi nodes: DUT1: cpu: {grub_config_file: /vpp/vpp-config/dryrun/default/grub, reserve_vpp_main_core: false, - total_other_cpus: 0, total_vpp_cpus: 0} + total_other_cpus: 0, total_vpp_cpus: 0, total_rx_queues: 1} host: localhost hugepages: {hugepage_config_file: /vpp/vpp-config/dryrun/sysctl.d/80-vpp.conf, total: '1024'} |