Re: [ovs-dev] [PATCH] windows: Allow clients to read from server before disconnect

2017-01-27 Thread Guru Shetty
On 26 January 2017 at 11:12, Alin Serdean wrote: > Wait for clients to read from the pipe before disconnecting the server. > > Found while testing. > > Signed-off-by: Alin Gabriel Serdean > --- > Intended for master and branch-2.7 > Applied. > --- > lib/stream-windows.c | 3 +++ > 1 file chan

Re: [ovs-dev] [PATCH] windows: Allow clients to read from server before disconnect

2017-01-27 Thread Sairam Venugopal
Good catch. We should probably do this for nl_sock_destroy too - https://github.com/openvswitch/ovs/blob/75e2077e0c43224bcca92746b28b01a4936fc101/lib/netlink-socket.c#L252 Acked-by: Sairam Venugopal Thanks, Sairam On 1/26/17, 11:12 AM, "ovs-dev-boun...@openvswitch.org on behalf of Alin Ser

[ovs-dev] [PATCH] windows: Allow clients to read from server before disconnect

2017-01-26 Thread Alin Serdean
Wait for clients to read from the pipe before disconnecting the server. Found while testing. Signed-off-by: Alin Gabriel Serdean --- Intended for master and branch-2.7 --- lib/stream-windows.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/stream-windows.c b/lib/stream-windows.c ind