[ovs-build] Fixed: horms2/ovs#425 (ilya/ct-offload-fixes - e64fe4e)

Travis CI builds at travis-ci.org
Tue Jan 7 11:36:42 UTC 2020


Build Update for horms2/ovs
-------------------------------------

Build: #425
Status: Fixed

Duration: 43 mins and 9 secs
Commit: e64fe4e (ilya/ct-offload-fixes)
Author: Ilya Maximets
Message: tc: Fix using uninitialized id chain.

tc_make_tcf_id() doesn't initialize the 'chain' field leaving it with a
random value from the stack.  This makes request_from_tcf_id() create
request with random TCA_CHAIN included.  These requests are obviously
doesn't work as needed leading to broken flow dump and various other
issues.  Fix that by using designated initializer instead.

Fixes: acdd544c4c9a ("tc: Introduce tcf_id to specify a tc filter")
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
Acked-by: Roi Dayan <roid at mellanox.com>
Signed-off-by: Simon Horman <simon.horman at netronome.com>

View the changeset: https://github.com/horms2/ovs/compare/aeee33444ca8...e64fe4e4c2c9

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

--

You can unsubscribe from build emails from the horms2/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=20314049&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/20200107/8b2ea0e3/attachment-0001.html>


More information about the build mailing list