diff options
author | Hanoh Haim <hhaim@cisco.com> | 2017-01-03 17:25:18 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2017-01-05 15:45:41 +0200 |
commit | 9eda18ac948dc35996baf81940683bd5baea9858 (patch) | |
tree | dc19cc574b04681efb88201de2d634d041a98d74 /scripts/cfg | |
parent | c7ea49121bb1ea79352a2bb6dbf20425bae3b3a6 (diff) |
add not accurate timer wheel for better performance
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'scripts/cfg')
-rw-r--r-- | scripts/cfg/kiwi02_more_flows.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/cfg/kiwi02_more_flows.yaml b/scripts/cfg/kiwi02_more_flows.yaml index a156d4f4..42735fdb 100644 --- a/scripts/cfg/kiwi02_more_flows.yaml +++ b/scripts/cfg/kiwi02_more_flows.yaml @@ -10,6 +10,18 @@ threads : [1,2,3,4] - socket : 1 threads : [8,9,10,11] + port_info: + - dest_mac : [0x00,0x00,0x00,0x01,0x00,0x00] + src_mac : [0x00,0x00,0x00,0x01,0x00,0x00] + + - dest_mac : [0x00,0x00,0x00,0x01,0x00,0x00] + src_mac : [0x00,0x00,0x00,0x01,0x00,0x00] + + - dest_mac : [0x00,0x00,0x00,0x01,0x00,0x00] + src_mac : [0x00,0x00,0x00,0x01,0x00,0x00] + + - dest_mac : [0x00,0x00,0x00,0x01,0x00,0x00] + src_mac : [0x00,0x00,0x00,0x01,0x00,0x00] memory : dp_flows : 4048576 |