[ovs-build] Canceled: igsilya/ovs#1050 (tmp-branch-2.7 - 8e41ac8)

Travis CI builds at travis-ci.com
Mon Nov 16 12:43:21 UTC 2020


Build Update for igsilya/ovs
-------------------------------------

Build: #1050
Status: Canceled

Duration: 5 mins and 47 secs
Commit: 8e41ac8 (tmp-branch-2.7)
Author: Greg Rose
Message: compat: Fix compile warning.

In ../compat/nf_conntrack_reasm.c nf_frags_cache_name is declared
if OVS_NF_DEFRAG6_BACKPORT is defined.  However, later in the patch
it is only used if HAVE_INET_FRAGS_WITH_FRAGS_WORK is defined and
HAVE_INET_FRAGS_RND is not defined.  This will cause a compile warning
about unused variables.

Fix it up by using the same defines that enable its use to decide
if it should be declared and avoid the compiler warning.

Fixes: 4a90b277baca ("compat: Fixup ipv6 fragmentation on 4.9.135+ kernels")
Signed-off-by: Greg Rose <gvrose8192 at gmail.com>
Acked-by: Yi-Hung Wei <yihung.wei at gmail.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>

View the changeset: https://github.com/igsilya/ovs/compare/6302d3e9b9c9...8e41ac8c0ecb

View the full build log and details: https://travis-ci.com/github/igsilya/ovs/builds/201733532?utm_medium=notification&utm_source=email

  Restart your build: https://travis-ci.com/github/igsilya/ovs/builds/201733532?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the igsilya/ovs repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13391909&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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/20201116/de0dfd62/attachment.html>


More information about the build mailing list