diff options
author | Matus Fabian <matfabia@cisco.com> | 2017-09-27 04:44:08 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2017-12-18 17:18:22 +0000 |
commit | e4d12836515765a6f7c6a2f67dbacbdef2975024 (patch) | |
tree | a8f5bcbd3c0b2df388f6a42103f87ccca2654fc1 /src/plugins/nat/extras/trex_cfg.yaml | |
parent | ff9f040e630510b5254eafa0df35d7e6fb16ffc3 (diff) |
NAT: Add performance testing TRex scripts and config (VPP-832)
Change-Id: I149a20f183b836db4c32fb4e4a8438b3a14c1c26
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'src/plugins/nat/extras/trex_cfg.yaml')
-rw-r--r-- | src/plugins/nat/extras/trex_cfg.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/plugins/nat/extras/trex_cfg.yaml b/src/plugins/nat/extras/trex_cfg.yaml new file mode 100644 index 00000000000..6fd1ab007d8 --- /dev/null +++ b/src/plugins/nat/extras/trex_cfg.yaml @@ -0,0 +1,21 @@ +### 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] + |