[ovs-build] Broken: openvswitch/ovs#515 (master - 57966ba)

Travis CI notifications at travis-ci.org
Thu Jan 1 17:32:34 UTC 2015


Build Update for openvswitch/ovs
-------------------------------------

Build: #515
Status: Broken

Duration: 13 minutes and 34 seconds
Commit: 57966ba (master)
Author: Sorin Vinturis
Message: datapath-windows: Release WFP allocated objects

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 <svinturis at cloudbasesolutions.com>
Acked-by: Nithin Raju <nithin at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>

View the changeset: https://github.com/openvswitch/ovs/compare/eda457f1a0d1...57966ba360fc

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/45618228

--

You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.openvswitch.org/pipermail/ovs-build/attachments/20150101/9f7243bd/attachment-0002.html>


More information about the build mailing list