summaryrefslogtreecommitdiffstats
path: root/scripts/cfg
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-10-18 14:43:49 +0300
committerHanoh Haim <hhaim@cisco.com>2015-10-18 14:43:49 +0300
commitba9973506c1de58c87ccaa59798fb4e6252a186e (patch)
treed4d310659e7ab09cbc921d3b3410f52784f91811 /scripts/cfg
parent7ada106ae824c12c2f831312f2af82ecf13c77da (diff)
fix trex-130 issue
Diffstat (limited to 'scripts/cfg')
-rwxr-xr-xscripts/cfg/cfg_example1.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/cfg/cfg_example1.yaml b/scripts/cfg/cfg_example1.yaml
index bfd7fd88..224fb15e 100755
--- a/scripts/cfg/cfg_example1.yaml
+++ b/scripts/cfg/cfg_example1.yaml
@@ -6,8 +6,15 @@
enable_zmq_pub : true # enable publisher for stats data
zmq_pub_port : 4507
telnet_port : 4508 # the telnet port in case it is enable ( with intercative mode )
+ platform :
+ master_thread_id : 12
+ latency_thread_id : 13
+ dual_if :
+ - socket : 1
+ threads : [8,9,10,11]
+
port_info : # set eh mac addr
- - dest_mac : [0x1,0x0,0x0,0x1,0x0,0x00] # port 0
+ - dest_mac : [1,0x0,0x0,0x1,0x0,0x00] # port 0
src_mac : [0x2,0x0,0x0,0x2,0x0,0x00]
- dest_mac : [0x3,0x0,0x0,0x3,0x0,0x00] # port 1
src_mac : [0x4,0x0,0x0,0x4,0x0,0x00]