diff options
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'} |