blob: cb0caf5450544c98f89a9fc309afb58903126218 (
plain)
1
2
3
4
5
6
7
8
9
|
- port_limit : 2
version : 2
interfaces : ["03:00.0","03:00.1","13:00.1","13:00.0"] # list of the interfaces to bind run ./dpdk_nic_bind.py --status
interface_mask : [ "0000:11:00.00", "0000:11:00.01" ,"0000:0b:00.00","0000:0b:00.01"] # deprecated
enable_zmq_pub : true # enable publisher for stats data
zmq_pub_port : 4510
telnet_port : 4511 # the telnet port in case it is enable ( with intercative mode )
|