diff options
Diffstat (limited to 'scripts/cfg')
-rw-r--r-- | scripts/cfg/kiwi02_more_flows.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/cfg/kiwi02_more_flows.yaml b/scripts/cfg/kiwi02_more_flows.yaml new file mode 100644 index 00000000..a156d4f4 --- /dev/null +++ b/scripts/cfg/kiwi02_more_flows.yaml @@ -0,0 +1,16 @@ +- port_limit : 4 + version : 2 + interfaces : ["03:00.0","03:00.1","82:00.0","82:00.1"] # list of the interfaces to bind run ./dpdk_nic_bind.py --status + c : 4 + platform : + master_thread_id : 0 + latency_thread_id : 5 + dual_if : + - socket : 0 + threads : [1,2,3,4] + - socket : 1 + threads : [8,9,10,11] + + memory : + dp_flows : 4048576 + |