mac-learning: Fix serious performance bug in the learning table.
authorEthan Jackson <ethan@nicira.com>
Fri, 22 Jul 2011 00:58:47 +0000 (17:58 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 25 Jul 2011 19:20:41 +0000 (12:20 -0700)
commit85d5d28572c1b18c67a9f0c80836205106e92874
treed9ef0527e3831b5745053df75b719848f13cd4dd
parentf8d9cc53659d29a0c047f3718b02efaf6d1cce3b
mac-learning: Fix serious performance bug in the learning table.

Due to a typo, the mac-learning hash table had dissolved into a
linked list.  This caused a significant reduction in performance.
lib/mac-learning.c