blob: b03f74283c37f975c55b7b0bf1efdf9bf3c13737 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
- version : 2
interfaces : ["03:00.0","03:00.1","82:00.0","82:00.1"]
port_limit : 4
enable_zmq_pub : true # enable publisher for stats data
zmq_pub_port : 4500
#prefix : setup3
#limit_memory : 2048
c : 4
# for system of 1Gb/sec NIC or VM enable this
port_bandwidth_gb : 10 # port bandwidth 10Gb/sec , for VM put here 1 for XL710 put 40
platform :
master_thread_id : 0
latency_thread_id : 5
dual_if :
- socket : 1
threads : [1,2,3,4]
- socket : 0
threads : [8,9,10,11]
|