Re: [ovs-dev] [PATCH v1] Windows NetLink Socket - Support for asynchronous event notification

2014-09-05 Thread Eitan Eliahu
day, September 4, 2014 1:24 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH v1] Windows NetLink Socket - Support for asynchronous event notification We keep an outstanding, out of band, I/O request in the driver at all time. Once an event generated the driver queues the event message, c

Re: [ovs-dev] [PATCH v1] Windows NetLink Socket - Support for asynchronous event notification

2014-09-04 Thread Alin Serdean
envswitch.org Subiect: [ovs-dev] [PATCH v1] Windows NetLink Socket - Support for asynchronous event notification We keep an outstanding, out of band, I/O request in the driver at all time. Once an event generated the driver queues the event message, completes the pending I/O and unblocks the calli

[ovs-dev] [PATCH v1] Windows NetLink Socket - Support for asynchronous event notification

2014-09-03 Thread Eitan Eliahu
We keep an outstanding, out of band, I/O request in the driver at all time. Once an event generated the driver queues the event message, completes the pending I/O and unblocks the calling thread through setting the event in the overlapped structure n the NL socket. The thread will read all all eve