[ovs-build] Still Failing: openvswitch/ovs#2332 (branch-2.4 - 02c0dda)

Travis CI builds at travis-ci.org
Fri Mar 11 02:04:18 UTC 2016


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

Build: #2332
Status: Still Failing

Duration: 1 minute and 25 seconds
Commit: 02c0dda (branch-2.4)
Author: Yuanhan Liu
Message: netdev-dpdk: fix mbuf leaks

mbufs could be chained (by the "next" field of rte_mbuf struct), when
an mbuf is not big enough to hold a big packet, say when TSO is enabled.

rte_pktmbuf_free_seg() frees the head mbuf only, leading mbuf leaks.
This patch fix it by invoking the right API rte_pktmbuf_free(), to
free all mbufs in the chain.

Signed-off-by: Yuanhan Liu <yuanhan.liu at linux.intel.com>
Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>

View the changeset: https://github.com/openvswitch/ovs/compare/3b18b0d690fd...02c0dda871bb

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

--

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

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


More information about the build mailing list