From eae78d4356b8834b78a91c52d869a7949f8f3e90 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Wed, 7 Dec 2016 15:24:38 +0200 Subject: improve Stateful scheduler Signed-off-by: Hanoh Haim --- scripts/cfg/kiwi02_more_flows.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 scripts/cfg/kiwi02_more_flows.yaml (limited to 'scripts/cfg') 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 + -- cgit 1.2.3-korg