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
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