Re: [ovs-dev] [PATCH 19/21] ofproto.at: Workaround a race

2015-11-09 Thread Ben Pfaff
On Mon, Oct 19, 2015 at 01:29:10PM +0900, YAMAMOTO Takashi wrote: > While a barrier serializes requests from the same connection, > it doesn't wait for requests from other connections to the switch. > Replace the barrier with infamous "sleep 1" to workaround the problem. > > Signed-off-by: YAMAMOT

[ovs-dev] [PATCH 19/21] ofproto.at: Workaround a race

2015-10-18 Thread YAMAMOTO Takashi
While a barrier serializes requests from the same connection, it doesn't wait for requests from other connections to the switch. Replace the barrier with infamous "sleep 1" to workaround the problem. Signed-off-by: YAMAMOTO Takashi --- tests/ofproto.at | 3 +-- 1 file changed, 1 insertion(+), 2