Raise MAC learning table capacity from 1,024 to 2,048 entries per bridge.
authorBen Pfaff <blp@nicira.com>
Fri, 11 Sep 2009 21:40:02 +0000 (14:40 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 14 Sep 2009 16:26:37 +0000 (09:26 -0700)
commit30a2c8b16234daf7b089372cc136b872f2e543d7
treedb718c8b92ae93e977d5606cfd1d7b467d16a1d1
parent5eab9abcd3799de1117f4b2dfb9b2ec5e1cf963e
Raise MAC learning table capacity from 1,024 to 2,048 entries per bridge.

Given a possible 1,024 ports on a bridge the previous limit of 2,048
entries seems low.

If we want to increase this further we should introduce dynamic allocation
of table entries to avoid wasting memory in the common case.

CC: Keith Amidon <keith@nicira.com>
lib/mac-learning.h