mac-learning: Simplify memory management.
authorEthan Jackson <ethan@nicira.com>
Fri, 22 Jul 2011 19:00:46 +0000 (12:00 -0700)
committerEthan Jackson <ethan@nicira.com>
Sat, 23 Jul 2011 02:04:14 +0000 (19:04 -0700)
The mac-learning implementation used a free list to keep track of
statically allocated table entries.  This made the code slightly
more difficult to understand than the more straightforward heap
based strategy implemented by this patch.


No differences found