Re: [ovs-dev] [PATCH] windows, python: Fix event type returned from poller

2017-08-23 Thread Alin Balutoiu
sesolutions.com> > Cc: d...@openvswitch.org > Subject: RE: [ovs-dev] [PATCH] windows, python: Fix event type returned > from poller > > Does it make sense to use python ctypes instead of pypiwin32? > > It seems better to make our own calls instead of using wrappers which treat > just

Re: [ovs-dev] [PATCH] windows, python: Fix event type returned from poller

2017-08-23 Thread aserdean
ilto:ovs-dev- > boun...@openvswitch.org] On Behalf Of Russell Bryant > Sent: Tuesday, August 22, 2017 6:34 PM > To: Alin Balutoiu <abalut...@cloudbasesolutions.com> > Cc: d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] windows, python: Fix event type returned > f

Re: [ovs-dev] [PATCH] windows, python: Fix event type returned from poller

2017-08-22 Thread Russell Bryant
esday, August 22, 2017 2:22 PM >> To: Alin Balutoiu <abalut...@cloudbasesolutions.com> >> Cc: d...@openvswitch.org >> Subject: Re: [ovs-dev] [PATCH] windows, python: Fix event type returned >> from poller >> >> On Tue, Aug 22, 2017 at 6:47 AM, Alin Balutoiu

Re: [ovs-dev] [PATCH] windows, python: Fix event type returned from poller

2017-08-22 Thread Alin Balutoiu
; From: Russell Bryant [mailto:russ...@ovn.org] > Sent: Tuesday, August 22, 2017 2:22 PM > To: Alin Balutoiu <abalut...@cloudbasesolutions.com> > Cc: d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] windows, python: Fix event type returned > from poller > > On Tue, Aug 2

Re: [ovs-dev] [PATCH] windows, python: Fix event type returned from poller

2017-08-22 Thread Russell Bryant
On Tue, Aug 22, 2017 at 6:47 AM, Alin Balutoiu wrote: > The function poll from poller should return a list of tuples > containing the events and their types. > > On Windows the event type is not returned at the moment. > Instead of returning zero all the time, we