[ovs-build] Failed: istokes/ovs#899 (dpcl_func_ptr - fbe0e36)

Travis CI builds at travis-ci.org
Thu May 9 20:13:48 UTC 2019


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

Build: #899
Status: Failed

Duration: 1 hr, 7 mins, and 2 secs
Commit: fbe0e36 (dpcl_func_ptr)
Author: Harry van Haaren
Message: dpif-netdev: refactor generic implementation

This commit refactors the generic implementation. The
goal of this refactor is to simply the code to enable
"specialization" of the functions at compile time.

Given compile-time optimizations, the compiler is able
to unroll loops, and create optimized code sequences due
to compile time knowledge of loop-trip counts.

In order to enable these compiler optimizations, we must
refactor the code to pass the loop-trip counts to functions
as compile time constants.

This patch allows the number of miniflow-bits set per "unit"
in the miniflow to be passed around as a function argument.

Note that this patch does NOT yet take advantage of doing so,
this is only a refactor to enable it in the next patches.

Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>

View the changeset: https://github.com/istokes/ovs/compare/063caaf7a05b...fbe0e3614ae4

View the full build log and details: https://travis-ci.org/istokes/ovs/builds/529850359?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/20190509/9d77386e/attachment.html>


More information about the build mailing list