diff options
author | Eitan Eliahu <eliahue@vmware.com> | 2014-09-08 20:08:12 -0700 |
---|---|---|
committer | Ben Pfaff <blp@nicira.com> | 2014-09-09 12:37:53 -0700 |
commit | 7fa09611015aa7789d790e8d46ce5414162c5d1f (patch) | |
tree | 22cd790b61dbf43bb5a6c076fff1ca51ebcee87d /Makefile.am | |
parent | 3b2a7e92dc8477b920a330535e8c83568c06b7b3 (diff) | |
download | openvswitch-7fa09611015aa7789d790e8d46ce5414162c5d1f.tar.gz |
netlink-socket: Add support for async notification on Windows.
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 in the NL socket. The thread will read all all event
messages synchronously through the call of nl_sock_recv()
Signed-off-by: Eitan Eliahu <eliahue@vmware.com>
Acked-by: Samuel Ghinet <sghinet@cloudbasesolutions.com>
Acked-by: Ankur Sharma <ankursharma@vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Saurabh Shah <ssaurabh@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions