[ovs-build] Failed: ddiproietto/ovs#52 (mturequest_dpdk_20160721 - deb7a16)

Travis CI builds at travis-ci.org
Fri Jul 22 00:35:09 UTC 2016


Build Update for ddiproietto/ovs
-------------------------------------

Build: #52
Status: Failed

Duration: 33 minutes and 6 seconds
Commit: deb7a16 (mturequest_dpdk_20160721)
Author: Mark Kavanagh
Message: netdev-dpdk: add support for Jumbo Frames

Add support for Jumbo Frames to DPDK-enabled port types,
using single-segment-mbufs.

Using this approach, the amount of memory allocated to each mbuf
to store frame data is increased to a value greater than 1518B
(typical Ethernet maximum frame length). The increased space
available in the mbuf means that an entire Jumbo Frame of a specific
size can be carried in a single mbuf, as opposed to partitioning
it across multiple mbuf segments.

The amount of space allocated to each mbuf to hold frame data is
defined dynamically by the user with ovs-vsctl, via the 'mtu_request'
parameter.

Signed-off-by: Mark Kavanagh <mark.b.kavanagh at intel.com>
[diproiettod at vmware.com rebased]
Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>

View the changeset: https://github.com/ddiproietto/ovs/compare/0643a78b74cd^...deb7a16d0a97

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

--

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/20160722/fbe9ad3c/attachment-0002.html>


More information about the build mailing list