Re: [ovs-dev] [PATCH] bridge: Fix bug where IDL wakeup causes 100% CPU.

2014-09-29 Thread Joe Stringer
Thanks for review, I reworded the commit message and comment and pushed to master: Commit 9c537baf613a16e (bridge: Refactor the stats and status update.) inadvertently changed the way that the status transaction is destroyed, which could cause the main thread to constantly wake up.

Re: [ovs-dev] [PATCH] bridge: Fix bug where IDL wakeup causes 100% CPU.

2014-09-29 Thread Alex Wang
Thx a lot for the fix, that was a bad move~ Acked-by: Alex Wang On Mon, Sep 29, 2014 at 3:09 AM, Joe Stringer wrote: > Commit 9c537baf613a16e (bridge: Refactor the stats and status update.) > inadvertently changed the way that the status transaction is destroyed, > which could cause the main t