[ovs-dev] [PATCH] Use WaitForMultipleObjects for polling on windows. This works on all kinds of objects, e.g. sockets, files, especially ioctl calls to the kernel. One additional paramater is passed down in poll_fd_wait() to help WaitForMultipleObjects. latch is signaled with event, to be waited/polled by WaitForMultipleObjects() as well.

Ben Pfaff blp at nicira.com
Sat Dec 7 16:53:32 UTC 2013


On Fri, Dec 06, 2013 at 05:01:23PM -0800, Ethan Jackson wrote:
> I'm not planning to review this patch, but could you please reformat
> the commit message in a more standard way?  I.E. something like:
> 
> poll-loop: <short description>\n
> \n
> <longer description>
> 
> The current formatting doesn't play nicely with git send email.

Right, thanks for pointing that out.



More information about the dev mailing list