[ovs-build] Passed: williamtu/ovs-travis#288 (dp_cap_v3 - e43e4e9)

Travis CI builds at travis-ci.org
Thu Oct 17 19:29:52 UTC 2019


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

Build: #288
Status: Passed

Duration: 4 mins and 43 secs
Commit: e43e4e9 (dp_cap_v3)
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>
---
v3:
    fix 32-bit build, reported by Greg
v2:
	rebase to master

View the changeset: https://github.com/williamtu/ovs-travis/compare/63c2321dbac1^...e43e4e9eb3a7

View the full build log and details: https://travis-ci.org/williamtu/ovs-travis/builds/599276267?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/20191017/1d4ece8e/attachment.html>


More information about the build mailing list