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)
committerEthan Jackson <ethan@nicira.com>
Fri, 22 Jul 2011 01:01:27 +0000 (18:01 -0700)
commit7bbe0453f5c6321c410149755de60324c186a71a
tree4f0a9883b34021d0d2f7cae651ae635d28ad8efd
parent3a27375ead10be81e7122aaff8bb2a17c7c202a7
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