bridge: Reconfigure in single pass.
authorBen Pfaff <blp@nicira.com>
Thu, 12 Dec 2013 01:55:26 +0000 (17:55 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Dec 2013 06:12:34 +0000 (22:12 -0800)
commit2a73b1d73d4bdb9ff8bc760114647bef529a1181
tree28db9afd0fba382ca70b589c8daa75d39b687f0a
parent1df13259e44845cdfd89d7bf9536d4a09fdf7b28
bridge: Reconfigure in single pass.

This greatly simplifies the reconfiguration code, making it much easier
to understand and modify.  The old multi-pass configuration had the
property that it didn't delay block packet processing as much, but that's
not much of a worry anymore now that latency critical activities have
been moved outside the main thread.

Signed-off-by: Ben Pfaff <blp@nicira.com>
vswitchd/bridge.c