Re: [ovs-dev] [PATCH] datapath-windows: NetLink kernel side, Event subscription and notification

2014-09-18 Thread Samuel Ghinet
Looks good to me! Acked-by: Samuel Ghinet sghi...@cloudbasesolutions.com Date: Wed, 17 Sep 2014 23:12:05 -0700 From: Eitan Eliahu elia...@vmware.com To: dev@openvswitch.org Subject: [ovs-dev] [PATCH] datapath-windows: NetLink kernel side, Event

Re: [ovs-dev] [PATCH] datapath-windows: NetLink kernel side, Event subscription and notification

2014-09-18 Thread Ben Pfaff
On Wed, Sep 17, 2014 at 11:12:05PM -0700, Eitan Eliahu wrote: This code handles an event notification subscription for a user mode thread which joins an MC group. The event wait handler queues an IRP which is completed upon change in a port state. Signed-off-by: Eitan Eliahu

[ovs-dev] [PATCH] datapath-windows: NetLink kernel side, Event subscription and notification

2014-09-17 Thread Eitan Eliahu
This code handles an event notification subscription for a user mode thread which joins an MC group. The event wait handler queues an IRP which is completed upon change in a port state. Signed-off-by: Eitan Eliahu elia...@vmware.com --- datapath-windows/ovsext/Datapath.c | 103

Re: [ovs-dev] [PATCH] datapath-windows: NetLink kernel side, Event subscription and notification

2014-09-17 Thread Nithin Raju
On Sep 17, 2014, at 11:12 PM, Eitan Eliahu elia...@vmware.com wrote: This code handles an event notification subscription for a user mode thread which joins an MC group. The event wait handler queues an IRP which is completed upon change in a port state. Signed-off-by: Eitan Eliahu