[ovs-build] Failed: williamtu/ovs-travis#273 (dp_cap_v2 - 27a9b5f)

Travis CI builds at travis-ci.org
Fri Oct 4 22:29:44 UTC 2019


Build Update for williamtu/ovs-travis
-------------------------------------

Build: #273
Status: Failed

Duration: 6 mins and 45 secs
Commit: 27a9b5f (dp_cap_v2)
Author: William Tu
Message: ofproto-dpif: Expose datapath capability to ovsdb.

The patch adds support for fetching the datapath's capabilities
from the result of 'check_support()', and write the supported capability
to a new database column, called 'capabilities' under Datapath table.

To see how it works, run:
 # ovs-vsctl -- add-br br0 -- set Bridge br0 datapath_type=netdev
 # ovs-vsctl -- --id=@m create Datapath datapath_version=0 \
     'ct_zones={}' 'capabilities={}' \
     -- set Open_vSwitch . datapaths:"netdev"=@m

 # ovs-vsctl list-dp-cap netdev
 ufid=true sample_nesting=true clone=true tnl_push_pop=true \
 ct_orig_tuple=true ct_eventmask=true ct_state=true \
 ct_clear=true max_vlan_headers=1 recirc=true ct_label=true \
 max_hash_alg=1 ct_state_nat=true ct_timeout=true \
 ct_mark=true ct_orig_tuple6=true check_pkt_len=true \
 masked_set_action=true max_mpls_depth=3 trunc=true ct_zone=true

Signed-off-by: William Tu <u9012063 at gmail.com>
---
v2:
	rebase to master

View the changeset: https://github.com/williamtu/ovs-travis/compare/12b765b59617...27a9b5f9b3ee

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

--

You can unsubscribe from build emails from the williamtu/ovs-travis repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=6871381&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/20191004/562a5677/attachment-0001.html>


More information about the build mailing list