[ovs-build] Passed: gvrose8192/ovs-experimental#300 (branch-2.9 - 6f2acb3)

Travis CI builds at travis-ci.org
Thu Mar 28 03:05:24 UTC 2019


Build Update for gvrose8192/ovs-experimental
-------------------------------------

Build: #300
Status: Passed

Duration: 7 mins and 17 secs
Commit: 6f2acb3 (branch-2.9)
Author: solomon
Message: ofp-group: support to insert bucket with weight value for select type

After creating a group with hash select type,then  we need to insert a new
bucket with weight, But,it fails. Commands are as following:

   # ovs-ofctl  -O OpenFlow15 add-group br0 "group_id=10, type=select, selection_method=hash,fields=tcp_src, bucket=bucket_id=10,weight:99,actions=output:1, bucket=bucket_id=20,weight:199,actions=output:1 "

   # ovs-ofctl -O OpenFlow15 insert-buckets br0 "group_id=10,type=select command_bucket_id=last,bucket=bucket_id=3,weight=100,actions=output:1"
   ovs-ofctl: type is not needed

   # ovs-ofctl -O OpenFlow15 insert-buckets br0 "group_id=10 command_bucket_id=last,bucket=bucket_id=3,weight=100,actions=output:1"
   ovs-ofctl: Only select groups can have bucket weights.

This patch can help us. However, for other types that are not select, the
check of the parameters is not strict, but it does not affect their
function, because other types do not use this weight parameter.

Signed-off-by: solomon <liwei.solomon at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
[simon: rebased]
Signed-off-by: Simon Horman <simon.horman at netronome.com>

View the changeset: https://github.com/gvrose8192/ovs-experimental/compare/861f2824cac7...6f2acb300099

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

--

You can unsubscribe from build emails from the gvrose8192/ovs-experimental repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=13213828&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/20190328/512f5b9f/attachment-0001.html>


More information about the build mailing list