[ovs-build] Errored: openvswitch/ovs#7907 (branch-2.10 - 8896ba7)

Travis CI builds at travis-ci.org
Fri Mar 1 17:22:15 UTC 2019


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

Build: #7907
Status: Errored

Duration: 2 hrs, 9 mins, and 22 secs
Commit: 8896ba7 (branch-2.10)
Author: Ilya Maximets
Message: dpdk: Fix case-sensitivity of dpdk-init knob.

Before supporting the DPDK initialization status in DB 'dpdk-init' was
just a boolean and 'smap_get_bool', which is case-insensitive, was used
to get the value.

Current code uses simple 'strcmp' that fails to recognize values like
"True". As a result this breaks different OVS configuration tools.
For example, kolla-ansible uses 'other_config:dpdk-init=True' but OVS
is not able to recognize it leading to broken installations.

'strcasecmp' should be used instead to fix the issue.

CC: Aaron Conole <aconole at redhat.com>
Fixes: 3e52fa5644cd ("dpdk: reflect status and version in the database")
Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
Signed-off-by: Ian Stokes <ian.stokes at intel.com>

View the changeset: https://github.com/openvswitch/ovs/compare/a552f3abf4d5...8896ba7f10c7

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/500341916?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/20190301/4ce3801d/attachment-0001.html>


More information about the build mailing list