diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-12-07 15:24:38 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-12-21 13:01:05 +0200 |
commit | eae78d4356b8834b78a91c52d869a7949f8f3e90 (patch) | |
tree | 184156f8e653adfa33eb0e70838f45d2a92355d0 /scripts/cfg | |
parent | 539de1c6af63071c1da9ed5db668c500f8993a03 (diff) |
improve Stateful scheduler
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
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 + |