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

2014-09-29 Thread Joe Stringer
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. The bug occurs when a transaction returns TXN_INCOMPLETE, then there are no subsequent changes to

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 al...@nicira.com On Mon, Sep 29, 2014 at 3:09 AM, Joe Stringer joestrin...@nicira.com wrote: Commit 9c537baf613a16e (bridge: Refactor the stats and status update.) inadvertently changed the way that the status transaction is

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.