[ovs-build] Passed: ovsrobot/ovs#2449 (series_169668 - 8b75a22)

Travis CI builds at travis-ci.org
Fri Apr 10 22:13:50 UTC 2020


Build Update for ovsrobot/ovs
-------------------------------------

Build: #2449
Status: Passed

Duration: 1 hr, 17 mins, and 37 secs
Commit: 8b75a22 (series_169668)
Author: Yi-Hung Wei
Message: ofp-actions: Add delete field action

This patch adds a new OpenFlow action, delete field, to delete a
field in packets.  Currently, only the tun_metadata fields are
supported.

One use case to add this action is to support multiple versions
of geneve tunnel metadatas to be exchanged among different versions
of networks.  For example, we may introduce tun_metadata2 to
replace old tun_metadata1, but still want to provide backward
compatibility to the older release.  In this case, in the new
OpenFlow pipeline, we would like to support the case to receive a
packet with tun_metadata1, do some processing.  And if the packet
is going to a switch in the newer release, we would like to delete
the value in tun_metadata1 and set a value into tun_metadata2.

Currently, ovs does not provide an action to remove a value in
tun_metadata if the value is present.  This patch fulfills the gap
by adding the delete_field action.  The OpenFlow syntax is:

    actions: delete_field:tun_metadata1

Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/9e44424204cb^...8b75a22303f7

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

--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&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/20200410/5dbe958e/attachment-0001.html>


More information about the build mailing list