[ovs-build] Passed: istokes/ovs#837 (tso - e02c2a1)

Travis CI builds at travis-ci.org
Fri Jan 11 11:21:20 UTC 2019


Build Update for istokes/ovs
-------------------------------------

Build: #837
Status: Passed

Duration: 51 mins and 25 secs
Commit: e02c2a1 (tso)
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>

View the changeset: https://github.com/istokes/ovs/compare/5b1716f49fd6...e02c2a1e3367

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

--

You can unsubscribe from build emails from the istokes/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=16644441&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/20190111/78131f47/attachment.html>


More information about the build mailing list