[ovs-build] Still Failing: openvswitch/ovs#2603 (master - c253c2e)

Travis CI builds at travis-ci.org
Mon May 16 18:55:01 UTC 2016


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

Build: #2603
Status: Still Failing

Duration: 19 minutes and 58 seconds
Commit: c253c2e (master)
Author: Markos Chandras
Message: acinclude.m4: Fix skb_get_hash function detection

Commit e2f3178f0582 ("datapath: Add support for kernel 3.14.") added
support for 3.14 kernels and a new OVS_GREP_IFELSE check for the
"skg_get_hash" function in the process. "skb_get_hash" was introduced
in the Linux kernel commit 3958afa1b272 ("net: Change skb_get_rxhash to
skb_get_hash") which exists in >=3.14 but the OVS_GREP_IFELSE macro
also matches the "skb_get_hash_raw" function which exists in older
kernels. As a result of which, the check makes the build system
behave as if the "skb_get_hash" function is available in these older
kernels leading to build failures. We fix this by explicitly checking
for "skb_get_hash(" which matches the function definition.

Signed-off-by: Markos Chandras <mchandras at suse.de>
Signed-off-by: Jesse Gross <jesse at kernel.org>

View the changeset: https://github.com/openvswitch/ovs/compare/b396293adf1d...c253c2e32238

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

--

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/20160516/54a17c7a/attachment-0002.html>


More information about the build mailing list