[ovs-build] Failed: ovsrobot/ovs#1053 (series_111669 - 19e6f1b)

Travis CI builds at travis-ci.org
Tue Jun 4 10:56:51 UTC 2019


Build Update for ovsrobot/ovs
-------------------------------------

Build: #1053
Status: Failed

Duration: 58 mins and 45 secs
Commit: 19e6f1b (series_111669)
Author: David Marchand
Message: netdev-dpdk: Prefix network structures with rte_.

Following a rework of dpdk network structures names [1], update the
concerned parts.

Ran Olivier script:
sh prefix-net-rte.sh $(find -name "*dpdk*.c")
sh prefix-net-rte.sh $(find -name "*dpdk*.h")
sh prefix-net-rte.sh $(find -name "*rte*.c")
sh prefix-net-rte.sh $(find -name "*rte*.h")

Plus an extra pass following further changes [2]:
old=RTE_IPv4
new=RTE_IPV4
git grep -lw $old | xargs sed -i -e "s/\<$old\>/$new/g"

old=RTE_ETHER_TYPE_IPv4
new=RTE_ETHER_TYPE_IPV4
git grep -lw $old | xargs sed -i -e "s/\<$old\>/$new/g"

old=RTE_ETHER_TYPE_IPv6
new=RTE_ETHER_TYPE_IPV6
git grep -lw $old | xargs sed -i -e "s/\<$old\>/$new/g"

1: http://mails.dpdk.org/archives/dev/2019-May/132612.html
2: https://git.dpdk.org/dpdk/commit/?id=0c9da7555da8

Signed-off-by: David Marchand <david.marchand at redhat.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/41b605b66f2e^...19e6f1b1c6d7

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

--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&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/20190604/20dcb700/attachment-0001.html>


More information about the build mailing list