[ovs-build] Errored: ovsrobot/ovs#1578 (series_130206 - b58b45f)

Travis CI builds at travis-ci.org
Wed Sep 11 16:29:52 UTC 2019


Build Update for ovsrobot/ovs
-------------------------------------

Build: #1578
Status: Errored

Duration: 49 mins and 18 secs
Commit: b58b45f (series_130206)
Author: Tiago Lam
Message: netdev-dpdk: Validate packets burst before Tx.

Given that multi-segment mbufs might be sent between interfaces that
support different capabilities, and may even support different layouts
of mbufs, outgoing packets should be validated before sent on the egress
interface. Thus, netdev_dpdk_eth_tx_burst() now calls DPDK's
rte_eth_tx_prepare() function, if and only multi-segments is enbaled, in
order to validate the following (taken from the DPDK documentation), on
a device specific manner:
- Check if packet meets devices requirements for tx offloads.
- Check limitations about number of segments.
- Check additional requirements when debug is enabled.
- Update and/or reset required checksums when tx offload is set for
packet.

Signed-off-by: Tiago Lam <tiago.lam at intel.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/commit/b58b45f591ee

View the full build log and details: https://travis-ci.org/ovsrobot/ovs/builds/583705124?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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://mail.openvswitch.org/pipermail/ovs-build/attachments/20190911/a11f55f1/attachment.html>


More information about the build mailing list