Re: [ovs-dev] [PATCH 1/2] windows, python: create a different event for sockets

2017-09-12 Thread aserdean
> To: aserd...@ovn.org > Cc: ovs dev <d...@openvswitch.org> > Subject: Re: [ovs-dev] [PATCH 1/2] windows, python: create a different > event for sockets > > Acked-by: Russell Bryant <russ...@ovn.org> > > On Tue, Aug 29, 2017 at 5:09 AM, <aserd...@ovn.org>

Re: [ovs-dev] [PATCH 1/2] windows, python: create a different event for sockets

2017-09-05 Thread Russell Bryant
erd...@ovn.org> > >> -Original Message- >> From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- >> boun...@openvswitch.org] On Behalf Of Alin Balutoiu >> Sent: Friday, August 25, 2017 6:03 PM >> To: d...@openvswitch.org >> Cc: Alin Gabriel

Re: [ovs-dev] [PATCH 1/2] windows, python: create a different event for sockets

2017-08-29 Thread aserdean
On Behalf Of Alin Balutoiu > Sent: Friday, August 25, 2017 6:03 PM > To: d...@openvswitch.org > Cc: Alin Gabriel Serdean <aserd...@ovn.org> > Subject: [ovs-dev] [PATCH 1/2] windows, python: create a different event > for sockets > > At the moment the sockets o

[ovs-dev] [PATCH 1/2] windows, python: create a different event for sockets

2017-08-25 Thread Alin Balutoiu
At the moment the sockets on Windows use the same events that are being created for the pipes. This is not correct because they should be different events. This patch introduces a new event which should be used for sockets. The new event needs to be set on automatic reset with its initial state