[ovs-build] Still Failing: openvswitch/ovs#7299 (branch-2.6 - b1e1200)

Travis CI builds at travis-ci.org
Fri Nov 2 21:07:54 UTC 2018


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

Build: #7299
Status: Still Failing

Duration: 37 mins and 20 secs
Commit: b1e1200 (branch-2.6)
Author: Ian Stokes
Message: netdev-dpdk: Fix netdev_dpdk_get_features().

This commit fixes netdev_dpdk_get_features() by initializing a bitmap
that represents current features to zero and accounting for non defined
link speed values in the OpenFlow spec.

The current approach for retrieving netdev dpdk features uses a
pointer allocated in the stack without being initialized. As such there
is no guarantee that the bitmap will be accurate. Fix this by declaring
and initializing local variable 'feature' to be used when building the
bitmap, with its value then assigned to the pointer. Also account for
link speeds not defined in the OpenFlow spec by defaulting to
NETDEV_F_OTHER for undefined link speeds.

Fixes: 8a9562d21a40 ("dpif-netdev: Add DPDK netdev.")
Acked-by: Ilya Maximets <i.maximets at samsung.com>
Co-authored-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Ian Stokes <ian.stokes at intel.com>

View the changeset: https://github.com/openvswitch/ovs/compare/ff7067e076bc...b1e1200021ca

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

--

You can unsubscribe from build emails from the openvswitch/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=2143550&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/20181102/edb6cbf6/attachment-0001.html>


More information about the build mailing list