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>
Fri, 22 Jul 2011 18:45:11 +0000 (11:45 -0700)
commit44f2560c67fca0d5712a3bec309e4e93e9e63a7b
tree274cadb1d3ffcc2262daca9be1121367f6d5b67a
parentbd6ce3f24b740fc946fe88baa0619c945f02b434
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