Re: [ovs-dev] [PATCH v2] datapath-windows: Solved BSOD when handling flows

2015-07-01 Thread Ben Pfaff
On Wed, Jul 01, 2015 at 08:03:01PM +, Sorin Vinturis wrote: > OvsPrepareFlow() returns an error only when the new flow allocation > fails. In this case HandleFlowPut() should return error without trying > to free the flow, thus avoiding the BSOD. > > Signed-off-by: Sorin Vinturis > Reported-b

[ovs-dev] [PATCH v2] datapath-windows: Solved BSOD when handling flows

2015-07-01 Thread Sorin Vinturis
OvsPrepareFlow() returns an error only when the new flow allocation fails. In this case HandleFlowPut() should return error without trying to free the flow, thus avoiding the BSOD. Signed-off-by: Sorin Vinturis Reported-by: Sorin Vinturis Reported-at: https://github.com/openvswitch/ovs-issues/is