Re: [ovs-dev] [netdev-dummy V3 2/2] netdev-dummy: Reduce reconnect back off timeout

2014-02-12 Thread Andy Zhou
Thanks for the review and testing. Pushed. On Tue, Feb 11, 2014 at 3:31 PM, Jarno Rajahalme wrote: > These work for me, and the code looks OK too, so (for both patches): > > Acked-by: Jarno Rajahalme > > On Feb 11, 2014, at 1:53 PM, Andy Zhou wrote: > > > netdev-dummy will mostly be used for t

Re: [ovs-dev] [netdev-dummy V3 2/2] netdev-dummy: Reduce reconnect back off timeout

2014-02-11 Thread Jarno Rajahalme
These work for me, and the code looks OK too, so (for both patches): Acked-by: Jarno Rajahalme On Feb 11, 2014, at 1:53 PM, Andy Zhou wrote: > netdev-dummy will mostly be used for testing and debugging over fairly > reliable connection. Reduce reconnect back off timeout in case the first > con

[ovs-dev] [netdev-dummy V3 2/2] netdev-dummy: Reduce reconnect back off timeout

2014-02-11 Thread Andy Zhou
netdev-dummy will mostly be used for testing and debugging over fairly reliable connection. Reduce reconnect back off timeout in case the first connect attempt failed. Signed-off-by: Andy Zhou --- lib/netdev-dummy.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netde