Re: [ovs-dev] [PATCH v3 2/6] datapath-windows: Allow recirculation feature probe.

2016-02-26 Thread Sairam Venugopal
We might need to revisit the way probing is handled. But this is good for the time being. Acked-by: Sairam Venugopal On 2/22/16, 6:07 AM, "Sorin Vinturis" wrote: >Recirculation feature probe messages sent from userspace are >suppressed by the OVS extension. > >This patch changes the current

[ovs-dev] [PATCH v3 2/6] datapath-windows: Allow recirculation feature probe.

2016-02-22 Thread Sorin Vinturis
Recirculation feature probe messages sent from userspace are suppressed by the OVS extension. This patch changes the current behaviour to allow feature probe for recirculation. Signed-off-by: Sorin Vinturis --- v3: No changes from the previous version. --- datapath-windows/ovsext/Flow.c | 9 +++