bridge: Avoid partitioning the dst set.
authorBen Pfaff <blp@nicira.com>
Thu, 24 Mar 2011 19:46:08 +0000 (12:46 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 22:52:21 +0000 (15:52 -0700)
commit0b0bd9c9e3ebaddea8252ea0ab9b2f293de34553
treec519f131060ed904a80ac13e9d5f173be6d0bb05
parentc38e3405d927ce999d59e837b82529552df8e168
bridge: Avoid partitioning the dst set.

Scanning the dsts twice seems may be a little more efficient than
partitioning it, and it now seems more straightforward to me.
vswitchd/bridge.c