On Mon, May 6, 2019 at 1:02 PM Aaron Conole <[email protected]> wrote: > > > lib/.deps/dpif-netdev.Tpo -c lib/dpif-netdev.c -o lib/dpif-netdev.o > > lib/dpif-netdev.c: In function 'dp_execute_cb': > > lib/dpif-netdev.c:7112:13: error: enumeration value > > 'OVS_CT_ATTR_TIMEOUT' not handled in switch [-Werror=switch] > > switch(sub_type) { > > ^ > > cc1: all warnings being treated as errors > > Are you taking a look at this? It doesn't look to be related to the > setup (but I haven't looked at the code or commit): > > https://travis-ci.org/ovsrobot/ovs/jobs/528009507
Thanks Aaron for bringing this up. It is because this patch introduced a new symbol OVS_CT_ATTR_TIMEOUT, but it is not handled in lib/dpif-netdev.c with this patch. Actually, OVS_CT_ATTR_TIMEOUT will be taken care of in the 3rd patch of this series. When the whole series is applied, the travis build will pass. https://travis-ci.org/YiHungWei/ovs/builds/527968147 Anyway, it should not break the build when this patch is applied. I will squash patch 2 and 3 together in the next revision. Thanks, -Yi-Hung _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
