Increase L2FIB MAC learn limit from 1M to 8M entries

Change-Id: I04589d3613653c402e6628202598972c2fa59d24
Signed-off-by: John Lo <loj@cisco.com>
This commit is contained in:
John Lo
2017-08-18 19:17:52 -04:00
parent 7ec379582d
commit 644d4671e4

View File

@@ -489,7 +489,7 @@ VLIB_NODE_FUNCTION_MULTIARCH (l2learn_node, l2learn_node_fn)
* Set the default number of dynamically learned macs to the number
* of buckets.
*/
mp->global_learn_limit = L2FIB_NUM_BUCKETS * 16;
mp->global_learn_limit = L2FIB_NUM_BUCKETS * 128;
return 0;
}