Type: feature fts and trex rely on yaml config files. Verify that they are valid, so comitters can catch errors early. Change-Id: Ide0bb276659119c59bdbbc8b8155e37562a648b8 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
21 lines
465 B
YAML
21 lines
465 B
YAML
# Config file generated by dpdk_setup_ports.py ##
|
|
---
|
|
- port_limit: 2
|
|
version: 2
|
|
interfaces: ['04:00.0', '04:00.1']
|
|
c: 4
|
|
port_info:
|
|
- ip: 172.16.1.2
|
|
default_gw: 172.16.1.1
|
|
- ip: 172.16.2.2
|
|
default_gw: 172.16.2.1
|
|
|
|
platform:
|
|
master_thread_id: 0
|
|
latency_thread_id: 8
|
|
dual_if:
|
|
- socket: 0
|
|
threads: [1, 2, 3, 4, 5, 6, 7]
|
|
- socket: 1
|
|
threads: [9, 10, 11, 12, 13, 14, 15]
|