On Mon, Dec 22, 2014 at 03:06:34PM +0000, Sorin Vinturis wrote:
> Filter and sublayer WFP objects are created when the filter attach routine
> is called and the tunnel filter is initialized, and they are released
> in the uninitialize part. But the release part is done indirectly, through
> the FwpmEngineClose function call which releases the latter objects when
> the tunnel is uninitialized at filter detach.
> 
> We need to properly release the created objects and not rely that
> FwpmEngineClose function does this for us, because if we decide to keep
> the engine opened passed the filter detach those objects will continue to
> exist.
> 
> Even though the FwpmEngineClose function releases the latter objects, we
> still need this and the reason will became obvious in the next patch.
> 
> Signed-off-by: Sorin Vinturis <svintu...@cloudbasesolutions.com>

Applied, thanks!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to