Re: [ovs-dev] [link_resets 4/7] vswitchd: Cleanup rate limited DB writes.

2011-10-17 Thread Ben Pfaff
On Mon, Oct 17, 2011 at 12:10:21PM -0700, Ethan Jackson wrote: > The code to write the 'lacp_current' flag to the database was > unnecessarily complicated. Future patches will directly benefit > from this refactoring. It looks good to me. ___ dev mailin

[ovs-dev] [link_resets 4/7] vswitchd: Cleanup rate limited DB writes.

2011-10-17 Thread Ethan Jackson
The code to write the 'lacp_current' flag to the database was unnecessarily complicated. Future patches will directly benefit from this refactoring. --- vswitchd/bridge.c | 41 +++-- 1 files changed, 15 insertions(+), 26 deletions(-) diff --git a/vswitchd/br