John DeNisco | 68b0ee3 | 2017-09-27 16:35:23 -0400 | [diff] [blame] | 1 | Summary:
|
| 2 |
|
| 3 | The purpose of the VPP configuration utility is to allow the user to configure
|
| 4 | VPP in a simple and safe manner. The utility takes input from the user and
|
| 5 | then modifies the key configuration files. The user can then examine these files
|
| 6 | to be sure they are correct and then actually apply the configuration. The user
|
| 7 | can also install a released and stable version of VPP. This is currently
|
John DeNisco | c6b2a20 | 2017-11-01 12:37:47 -0400 | [diff] [blame] | 8 | released with release 17.10.
|
John DeNisco | 68b0ee3 | 2017-09-27 16:35:23 -0400 | [diff] [blame] | 9 |
|
| 10 | Use:
|
| 11 |
|
| 12 | The installation and executing of the VPP configuration utility is simple. First
|
| 13 | install the python pip module. Using pip install, then pip install vpp-config.
|
| 14 | Then simply type Òvpp-configÓ and answer the questions. If you are not sure what
|
| 15 | to answer choose the default. For yes or no questions the capital letter
|
| 16 | designates the default. For example, for a question that shows [Y/n] Y is the
|
| 17 | default. For numbers the default is within the brackets for example for a
|
| 18 | question that shows [1024]. 1024 is the default.
|
| 19 |
|
| 20 | The flow of the utility is to inspect the system, if VPP is not install it,
|
| 21 | create dry run configurations, inspect the files created during the dry run,
|
| 22 | apply the configuration and then inspect the system again and then repeat.
|
| 23 |
|
| 24 | Caveats:
|
| 25 |
|
John DeNisco | c6b2a20 | 2017-11-01 12:37:47 -0400 | [diff] [blame] | 26 | - Supports Ubuntu, centos7, RedHat is coming shortly.
|
John DeNisco | 68b0ee3 | 2017-09-27 16:35:23 -0400 | [diff] [blame] | 27 |
|
| 28 | For Developers:
|
| 29 |
|
| 30 | Modifying the code is reasonable simple. The process would be edit and debug the
|
| 31 | code from the root directory. In order to do this, we need a script that will copy
|
| 32 | or data files to the proper place. This is where they end up with pip install. For
|
| 33 | Ubuntu, this is /usr/local/vpp/vpp-config. I have provided a script that will copy
|
| 34 | the relevant files correctly. I have also provided a script that will clean the
|
| 35 | environment so you can start from scratch. These are the steps to run the utility
|
| 36 | in this environment. The scripts are meant to be run from the root directory.
|
| 37 |
|
| 38 | ./scripts/clean.sh
|
| 39 | ./scripts/cp-data.sh
|
| 40 | ./vpp_config.py
|
| 41 |
|
| 42 | When the utility is installed with pip the wrapper scripts/vpp-config is written to
|
| 43 | /usr/local/bin. However, the starting point when debugging this script locally is
|
| 44 | ./vpp_config.py. Run the utility by executing ./vpp_config.py from the root directory.
|
| 45 |
|
| 46 | The start point in the code is in vpp_config.py. However, most of the work is done in
|
| 47 | the files in ./vpplib
|
| 48 |
|
| 49 | Uploading to PyPi:
|
| 50 |
|
| 51 | To upload this utility to PpPi simple do the following. Currently, I have my own account
|
| 52 | when we want everyone to contribute we will need to change that.
|
| 53 |
|
| 54 | sudo ÐH bash
|
| 55 | cd vpp_config
|
| 56 | python setup.py sdist bdist_wheel
|
| 57 | twine upload dist/*
|
| 58 |
|
| 59 | Example Run:
|
| 60 |
|
| 61 | # pip install vpp-config
|
| 62 | # vpp-config
|
| 63 |
|
| 64 | Welcome to the VPP system configuration utility
|
| 65 |
|
| 66 | These are the files we will modify:
|
| 67 | /etc/vpp/startup.conf
|
| 68 | /etc/sysctl.d/80-vpp.conf
|
| 69 | /etc/default/grub
|
| 70 |
|
| 71 | Before we change them, we'll create working copies in /usr/local/vpp/vpp-config/dryrun
|
| 72 | Please inspect them carefully before applying the actual configuration (option 3)!
|
| 73 |
|
| 74 | What would you like to do?
|
| 75 |
|
| 76 | 1) Show basic system information
|
| 77 | 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection)
|
| 78 | and user input in /usr/local/vpp/vpp-config/configs/auto-config.yaml
|
| 79 | 3) Full configuration (WARNING: This will change the system configuration)
|
| 80 | 4) Install/Uninstall VPP.
|
| 81 | 5) Dry Run from /usr/local/vpp/vpp-config/auto-config.yaml (will not ask questions).
|
| 82 | 6) Install QEMU patch (Needed when running openstack).
|
| 83 | 9 or q) Quit
|
| 84 |
|
| 85 | Command: 1
|
| 86 |
|
| 87 | ==============================
|
| 88 | NODE: DUT1
|
| 89 |
|
| 90 | CPU:
|
| 91 | Model name: Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz
|
| 92 | CPU(s): 32
|
| 93 | Thread(s) per core: 2
|
| 94 | Core(s) per socket: 8
|
| 95 | Socket(s): 2
|
| 96 | NUMA node0 CPU(s): 0-7,16-23
|
| 97 | NUMA node1 CPU(s): 8-15,24-31
|
| 98 | CPU max MHz: 3600.0000
|
| 99 | CPU min MHz: 1200.0000
|
| 100 | SMT: Enabled
|
| 101 |
|
| 102 | VPP Threads: (Name: Cpu Number)
|
| 103 |
|
| 104 | Grub Command Line:
|
| 105 | Current: BOOT_IMAGE=/boot/vmlinuz-4.4.0-96-generic root=UUID=d760b82f-f37b-47e2-9815-db8d479a3557 ro
|
| 106 | Configured: GRUB_CMDLINE_LINUX_DEFAULT=""
|
| 107 |
|
| 108 | Huge Pages:
|
| 109 | Total System Memory : 65863484 kB
|
| 110 | Total Free Memory : 41325924 kB
|
| 111 | Actual Huge Page Total : 8192
|
| 112 | Configured Huge Page Total : 1024
|
| 113 | Huge Pages Free : 8192
|
| 114 | Huge Page Size : 2048 kB
|
| 115 |
|
| 116 | Devices:
|
| 117 |
|
| 118 | Status:
|
| 119 | Not Installed
|
| 120 |
|
| 121 | ==============================
|
| 122 |
|
| 123 | What would you like to do?
|
| 124 |
|
| 125 | 1) Show basic system information
|
| 126 | 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection)
|
| 127 | and user input in /usr/local/vpp/vpp-config/configs/auto-config.yaml
|
| 128 | 3) Full configuration (WARNING: This will change the system configuration)
|
| 129 | 4) Install/Uninstall VPP.
|
| 130 | 5) Dry Run from /usr/local/vpp/vpp-config/auto-config.yaml (will not ask questions).
|
| 131 | 6) Install QEMU patch (Needed when running openstack).
|
| 132 | 9 or q) Quit
|
| 133 |
|
| 134 | Command: 4
|
| 135 |
|
| 136 | There are no VPP packages on node localhost.
|
| 137 | Do you want to install VPP [Y/n]?
|
| 138 | INFO:root: Local Command: ls /etc/apt/sources.list.d/99fd.io.list.orig
|
| 139 | INFO:root: /etc/apt/sources.list.d/99fd.io.list.orig
|
| 140 | ÉÉ..
|
| 141 |
|
| 142 | What would you like to do?
|
| 143 |
|
| 144 | 1) Show basic system information
|
| 145 | 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection)
|
| 146 | and user input in /usr/local/vpp/vpp-config/configs/auto-config.yaml
|
| 147 | 3) Full configuration (WARNING: This will change the system configuration)
|
| 148 | 4) Install/Uninstall VPP.
|
| 149 | 5) Dry Run from /usr/local/vpp/vpp-config/auto-config.yaml (will not ask questions).
|
| 150 | 6) Install QEMU patch (Needed when running openstack).
|
| 151 | 9 or q) Quit
|
| 152 |
|
| 153 | Command: 1
|
| 154 |
|
| 155 | ==============================
|
| 156 | NODE: DUT1
|
| 157 |
|
| 158 | CPU:
|
| 159 | Model name: Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz
|
| 160 | CPU(s): 32
|
| 161 | Thread(s) per core: 2
|
| 162 | Core(s) per socket: 8
|
| 163 | Socket(s): 2
|
| 164 | NUMA node0 CPU(s): 0-7,16-23
|
| 165 | NUMA node1 CPU(s): 8-15,24-31
|
| 166 | CPU max MHz: 3600.0000
|
| 167 | CPU min MHz: 1200.0000
|
| 168 | SMT: Enabled
|
| 169 |
|
| 170 | VPP Threads: (Name: Cpu Number)
|
| 171 | vpp_main : 0
|
| 172 | vpp_stats : 0
|
| 173 |
|
| 174 | Grub Command Line:
|
| 175 | Current: BOOT_IMAGE=/boot/vmlinuz-4.4.0-96-generic root=UUID=d760b82f-f37b-47e2-9815-db8d479a3557 ro
|
| 176 | Configured: GRUB_CMDLINE_LINUX_DEFAULT=""
|
| 177 |
|
| 178 | Huge Pages:
|
| 179 | Total System Memory : 65863484 kB
|
| 180 | Total Free Memory : 55877364 kB
|
| 181 | Actual Huge Page Total : 1024
|
| 182 | Configured Huge Page Total : 1024
|
| 183 | Huge Pages Free : 1024
|
| 184 | Huge Page Size : 2048 kB
|
| 185 |
|
| 186 | Devices:
|
| 187 | Name Socket RXQs RXDescs TXQs TXDescs
|
| 188 |
|
| 189 | Status:
|
| 190 | active (running)
|
| 191 |
|
| 192 | ==============================
|
| 193 |
|
| 194 | What would you like to do?
|
| 195 |
|
| 196 | 1) Show basic system information
|
| 197 | 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection)
|
| 198 | and user input in /usr/local/vpp/vpp-config/configs/auto-config.yaml
|
| 199 | 3) Full configuration (WARNING: This will change the system configuration)
|
| 200 | 4) Install/Uninstall VPP.
|
| 201 | 5) Dry Run from /usr/local/vpp/vpp-config/auto-config.yaml (will not ask questions).
|
| 202 | 6) Install QEMU patch (Needed when running openstack).
|
| 203 | 9 or q) Quit
|
| 204 |
|
| 205 | Command: 2
|
| 206 |
|
| 207 | These device(s) are currently NOT being used by VPP or the OS.
|
| 208 |
|
| 209 | PCI ID Description
|
| 210 | ----------------------------------------------------------------
|
| 211 | 0000:02:00.0 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 212 | 0000:02:00.1 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 213 |
|
| 214 | Would you like to give any of these devices back to the OS [y/N]? y
|
| 215 | Would you like to use device 0000:02:00.0 for the OS [y/N]? y
|
| 216 | Would you like to use device 0000:02:00.1 for the OS [y/N]? y
|
| 217 |
|
| 218 | These devices have kernel interfaces, but appear to be safe to use with VPP.
|
| 219 |
|
| 220 | PCI ID Kernel Interface(s) Description
|
| 221 | ------------------------------------------------------------------------------------------
|
| 222 | 0000:90:00.0 enp144s0 VIC Ethernet NIC
|
| 223 | 0000:8f:00.0 enp143s0 VIC Ethernet NIC
|
| 224 | 0000:84:00.0 enp132s0f0,enp132s0f0d1 Ethernet Controller XL710 for 40GbE QSFP+
|
| 225 | 0000:84:00.1 enp132s0f1,enp132s0f1d1 Ethernet Controller XL710 for 40GbE QSFP+
|
| 226 | 0000:08:00.1 enp8s0f1 I350 Gigabit Network Connection
|
| 227 | 0000:02:00.0 enp2s0f0 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 228 | 0000:02:00.1 enp2s0f1 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 229 | 0000:86:00.0 enp134s0f0 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 230 | 0000:86:00.1 enp134s0f1 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 231 |
|
| 232 | Would you like to use any of these device(s) for VPP [y/N]? y
|
| 233 | Would you like to use device 0000:90:00.0 for VPP [y/N]?
|
| 234 | Would you like to use device 0000:8f:00.0 for VPP [y/N]?
|
| 235 | Would you like to use device 0000:84:00.0 for VPP [y/N]?
|
| 236 | Would you like to use device 0000:84:00.1 for VPP [y/N]?
|
| 237 | Would you like to use device 0000:08:00.1 for VPP [y/N]?
|
| 238 | Would you like to use device 0000:02:00.0 for VPP [y/N]? y
|
| 239 | Would you like to use device 0000:02:00.1 for VPP [y/N]? y
|
| 240 | Would you like to use device 0000:86:00.0 for VPP [y/N]? y
|
| 241 | Would you like to use device 0000:86:00.1 for VPP [y/N]? y
|
| 242 |
|
| 243 | These device(s) will be used by VPP.
|
| 244 |
|
| 245 | PCI ID Description
|
| 246 | ----------------------------------------------------------------
|
| 247 | 0000:86:00.0 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 248 | 0000:86:00.1 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 249 | 0000:02:00.0 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 250 | 0000:02:00.1 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 251 |
|
| 252 | Would you like to remove any of these device(s) [y/N]?
|
| 253 |
|
| 254 | These device(s) will be used by VPP, please rerun this option if this is incorrect.
|
| 255 |
|
| 256 | PCI ID Description
|
| 257 | ----------------------------------------------------------------
|
| 258 | 0000:86:00.0 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 259 | 0000:86:00.1 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 260 | 0000:02:00.0 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 261 | 0000:02:00.1 82599ES 10-Gigabit SFI/SFP+ Network Connection
|
| 262 |
|
| 263 | Your system has 32 core(s) and 2 Numa Nodes.
|
| 264 | To begin, we suggest not reserving any cores for VPP or other processes.
|
| 265 | Then to improve performance try reserving cores as needed.
|
| 266 |
|
| 267 | How many core(s) do you want to reserve for processes other than VPP? [0-16][0]? 4
|
| 268 | How many core(s) shall we reserve for VPP workers[0-4][0]? 2
|
| 269 | Should we reserve 1 core for the VPP Main thread? [Y/n]?
|
| 270 |
|
| 271 | There currently 1024 2048 kB huge pages free.
|
| 272 | Do you want to reconfigure the number of huge pages [y/N]? y
|
| 273 |
|
| 274 | There currently a total of 1024 huge pages.
|
| 275 | How many huge pages do you want [1024 - 22511][1024]? 8192
|
| 276 |
|
| 277 | What would you like to do?
|
| 278 |
|
| 279 | 1) Show basic system information
|
| 280 | 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection)
|
| 281 | and user input in /usr/local/vpp/vpp-config/configs/auto-config.yaml
|
| 282 | 3) Full configuration (WARNING: This will change the system configuration)
|
| 283 | 4) Install/Uninstall VPP.
|
| 284 | 5) Dry Run from /usr/local/vpp/vpp-config/auto-config.yaml (will not ask questions).
|
| 285 | 6) Install QEMU patch (Needed when running openstack).
|
| 286 | 9 or q) Quit
|
| 287 |
|
| 288 | Command: 3
|
| 289 |
|
| 290 | We are now going to configure your system(s).
|
| 291 |
|
| 292 | Are you sure you want to do this [Y/n]?
|
| 293 | These are the changes we will apply to
|
| 294 | the huge page file (/etc/sysctl.d/80-vpp.conf).
|
| 295 |
|
| 296 | 1,2d0
|
| 297 | < # Number of 2MB hugepages desired
|
| 298 | < vm.nr_hugepages=1024
|
| 299 | 4,7c2,3
|
| 300 | < # Must be greater than or equal to (2 * vm.nr_hugepages).
|
| 301 | < vm.max_map_count=3096
|
| 302 | <
|
| 303 | < # All groups allowed to access hugepages
|
| 304 | ---
|
| 305 | > vm.nr_hugepages=8192
|
| 306 | > vm.max_map_count=17408
|
| 307 | 8a5
|
| 308 | > kernel.shmmax=17179869184
|
| 309 | 10,15d6
|
| 310 | < # Shared Memory Max must be greator or equal to the total size of hugepages.
|
| 311 | < # For 2MB pages, TotalHugepageSize = vm.nr_hugepages * 2 * 1024 * 1024
|
| 312 | < # If the existing kernel.shmmax setting (cat /sys/proc/kernel/shmmax)
|
| 313 | < # is greater than the calculated TotalHugepageSize then set this parameter
|
| 314 | < # to current shmmax value.
|
| 315 | < kernel.shmmax=2147483648
|
| 316 |
|
| 317 |
|
| 318 | Are you sure you want to apply these changes [Y/n]?
|
| 319 | These are the changes we will apply to
|
| 320 | the VPP startup file (/etc/vpp/startup.conf).
|
| 321 |
|
| 322 | 3c3
|
| 323 | < nodaemon
|
| 324 | ---
|
| 325 | > interactive
|
| 326 | 5a6
|
| 327 | > cli-listen /run/vpp/cli.sock
|
| 328 | 17c18,25
|
| 329 | < ## In the VPP there is one main thread and optionally the user can create worker(s)
|
| 330 | ---
|
| 331 | >
|
| 332 | > main-core 8
|
| 333 | > corelist-workers 9-10,5-6
|
| 334 | >
|
| 335 | > scheduler-policy fifo
|
| 336 | > scheduler-priority 50
|
| 337 | >
|
| 338 | > ## In the VPP there is one main thread and optionally the user can create worker(s)
|
| 339 | 52,53c60,76
|
| 340 | < # dpdk {
|
| 341 | < ## Change default settings for all intefaces
|
| 342 | ---
|
| 343 | > dpdk {
|
| 344 | >
|
| 345 | > dev 0000:86:00.0 {
|
| 346 | > num-rx-queues 2
|
| 347 | > }
|
| 348 | > dev 0000:86:00.1 {
|
| 349 | > num-rx-queues 2
|
| 350 | > }
|
| 351 | > dev 0000:02:00.0 {
|
| 352 | > num-rx-queues 2
|
| 353 | > }
|
| 354 | > dev 0000:02:00.1 {
|
| 355 | > num-rx-queues 2
|
| 356 | > }
|
| 357 | > num-mbufs 71680
|
| 358 | >
|
| 359 | > ## Change default settings for all intefaces
|
| 360 | 82a106,115
|
| 361 | > ## Specify bonded interface and its slaves via PCI addresses
|
| 362 | > ##
|
| 363 | > ## Bonded interface in XOR load balance mode (mode 2) with L3 and L4 headers
|
| 364 | > # vdev eth_bond0,mode=2,slave=0000:02:00.0,slave=0000:03:00.0,xmit_policy=l34
|
| 365 | > # vdev eth_bond1,mode=2,slave=0000:02:00.1,slave=0000:03:00.1,xmit_policy=l34
|
| 366 | > ##
|
| 367 | > ## Bonded interface in Active-Back up mode (mode 1)
|
| 368 | > # vdev eth_bond0,mode=1,slave=0000:02:00.0,slave=0000:03:00.0
|
| 369 | > # vdev eth_bond1,mode=1,slave=0000:02:00.1,slave=0000:03:00.1
|
| 370 | >
|
| 371 | 99c132
|
| 372 | < # }
|
| 373 | ---
|
| 374 | > }
|
| 375 | 108a142
|
| 376 | >
|
| 377 |
|
| 378 |
|
| 379 | Are you sure you want to apply these changes [Y/n]?
|
| 380 |
|
| 381 | The configured grub cmdline looks like this:
|
| 382 | GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable isolcpus=1-4,8,9-10,5-6 nohz_full=1-4,8,9-10,5-6 rcu_nocbs=1-4,8,9-10,5-6"
|
| 383 |
|
| 384 | The current boot cmdline looks like this:
|
| 385 | BOOT_IMAGE=/boot/vmlinuz-4.4.0-96-generic root=UUID=d760b82f-f37b-47e2-9815-db8d479a3557 ro
|
| 386 |
|
| 387 | Do you want to keep the current boot cmdline [Y/n]?
|
| 388 |
|
| 389 | What would you like to do?
|
| 390 |
|
| 391 | 1) Show basic system information
|
| 392 | 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection)
|
| 393 | and user input in /usr/local/vpp/vpp-config/configs/auto-config.yaml
|
| 394 | 3) Full configuration (WARNING: This will change the system configuration)
|
| 395 | 4) Install/Uninstall VPP.
|
| 396 | 5) Dry Run from /usr/local/vpp/vpp-config/auto-config.yaml (will not ask questions).
|
| 397 | 6) Install QEMU patch (Needed when running openstack).
|
| 398 | 9 or q) Quit
|
| 399 |
|
| 400 | Command: 1
|
| 401 |
|
| 402 | ==============================
|
| 403 | NODE: DUT1
|
| 404 |
|
| 405 | CPU:
|
| 406 | Model name: Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz
|
| 407 | CPU(s): 32
|
| 408 | Thread(s) per core: 2
|
| 409 | Core(s) per socket: 8
|
| 410 | Socket(s): 2
|
| 411 | NUMA node0 CPU(s): 0-7,16-23
|
| 412 | NUMA node1 CPU(s): 8-15,24-31
|
| 413 | CPU max MHz: 3600.0000
|
| 414 | CPU min MHz: 1200.0000
|
| 415 | SMT: Enabled
|
| 416 |
|
| 417 | VPP Threads: (Name: Cpu Number)
|
| 418 |
|
| 419 | Grub Command Line:
|
| 420 | Current: BOOT_IMAGE=/boot/vmlinuz-4.4.0-96-generic root=UUID=d760b82f-f37b-47e2-9815-db8d479a3557 ro
|
| 421 | Configured: GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable isolcpus=1-4,8,9-10,5-6 nohz_full=1-4,8,9-10,5-6 rcu_nocbs=1-4,8,9-10,5-6"
|
| 422 |
|
| 423 | Huge Pages:
|
| 424 | Total System Memory : 65863484 kB
|
| 425 | Total Free Memory : 41163916 kB
|
| 426 | Actual Huge Page Total : 8192
|
| 427 | Configured Huge Page Total : 8192
|
| 428 | Huge Pages Free : 3108
|
| 429 | Huge Page Size : 2048 kB
|
| 430 |
|
| 431 | Devices:
|
| 432 | Total Number of Buffers: 71680
|
| 433 |
|
| 434 | Status:
|
| 435 | active (running)
|
| 436 | Sep 27 12:49:59 tf-ucs-3 vpp[13671]: EAL: No free hugepages reported in hugepages-1048576kB
|
| 437 |
|
| 438 | ==============================
|
| 439 |
|
| 440 | What would you like to do?
|
| 441 |
|
| 442 | 1) Show basic system information
|
| 443 | 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection)
|
| 444 | and user input in /usr/local/vpp/vpp-config/configs/auto-config.yaml
|
| 445 | 3) Full configuration (WARNING: This will change the system configuration)
|
| 446 | 4) Install/Uninstall VPP.
|
| 447 | 5) Dry Run from /usr/local/vpp/vpp-config/auto-config.yaml (will not ask questions).
|
| 448 | 6) Install QEMU patch (Needed when running openstack).
|
| 449 | 9 or q) Quit
|
| 450 |
|
| 451 | Command: 1
|
| 452 |
|
| 453 | ==============================
|
| 454 | NODE: DUT1
|
| 455 |
|
| 456 | CPU:
|
| 457 | Model name: Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz
|
| 458 | CPU(s): 32
|
| 459 | Thread(s) per core: 2
|
| 460 | Core(s) per socket: 8
|
| 461 | Socket(s): 2
|
| 462 | NUMA node0 CPU(s): 0-7,16-23
|
| 463 | NUMA node1 CPU(s): 8-15,24-31
|
| 464 | CPU max MHz: 3600.0000
|
| 465 | CPU min MHz: 1200.0000
|
| 466 | SMT: Enabled
|
| 467 |
|
| 468 | VPP Threads: (Name: Cpu Number)
|
| 469 | vpp_stats : 0
|
| 470 | vpp_wk_2 : 9
|
| 471 | vpp_wk_3 : 10
|
| 472 | vpp_wk_0 : 5
|
| 473 | vpp_wk_1 : 6
|
| 474 | vpp_main : 8
|
| 475 |
|
| 476 | Grub Command Line:
|
| 477 | Current: BOOT_IMAGE=/boot/vmlinuz-4.4.0-96-generic root=UUID=d760b82f-f37b-47e2-9815-db8d479a3557 ro
|
| 478 | Configured: GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable isolcpus=1-4,8,9-10,5-6 nohz_full=1-4,8,9-10,5-6 rcu_nocbs=1-4,8,9-10,5-6"
|
| 479 |
|
| 480 | Huge Pages:
|
| 481 | Total System Memory : 65863484 kB
|
| 482 | Total Free Memory : 41170684 kB
|
| 483 | Actual Huge Page Total : 8192
|
| 484 | Configured Huge Page Total : 8192
|
| 485 | Huge Pages Free : 7936
|
| 486 | Huge Page Size : 2048 kB
|
| 487 |
|
| 488 | Devices:
|
| 489 | Total Number of Buffers: 71680
|
| 490 | Name Socket RXQs RXDescs TXQs TXDescs
|
| 491 | TenGigabitEthernet2/0/0 0 2 1024 5 1024
|
| 492 | TenGigabitEthernet2/0/1 0 2 1024 5 1024
|
| 493 | TenGigabitEthernet86/0/0 1 2 1024 5 1024
|
| 494 | TenGigabitEthernet86/0/1 1 2 1024 5 1024
|
| 495 |
|
| 496 | Status:
|
| 497 | active (running)
|
| 498 |
|
| 499 | ==============================
|
| 500 |
|
| 501 | What would you like to do?
|
| 502 |
|
| 503 | 1) Show basic system information
|
| 504 | 2) Dry Run (Will save the configuration files in /usr/local/vpp/vpp-config/dryrun for inspection)
|
| 505 | and user input in /usr/local/vpp/vpp-config/configs/auto-config.yaml
|
| 506 | 3) Full configuration (WARNING: This will change the system configuration)
|
| 507 | 4) Install/Uninstall VPP.
|
| 508 | 5) Dry Run from /usr/local/vpp/vpp-config/auto-config.yaml (will not ask questions).
|
| 509 | 6) Install QEMU patch (Needed when running openstack).
|
| 510 | 9 or q) Quit
|
| 511 |
|
| 512 | Command: q
|
| 513 | #
|