[ovs-build] Still Failing: booxter/ovn#36 (vxlan-support - b9dc7a3)

Travis CI builds at travis-ci.com
Tue Jun 23 17:25:17 UTC 2020


Build Update for booxter/ovn
-------------------------------------

Build: #36
Status: Still Failing

Duration: 17 mins and 37 secs
Commit: b9dc7a3 (vxlan-support)
Author: Ihar Hrachyshka
Message: Add VXLAN support for non-VTEP datapath bindings

Because of limited space in VXLAN VNI to pass over all three of -
datapath id, ingress port, egress port - the implementation ignores
ingress; and splits the remaining 24 bits of VNI into two chunks, 12
bits each - one for datapath and one for egress port.

Limitations: because ingress port is not passed, ACLs that rely on it
won't work with VXLAN; reduced number of networks and ports per
network (max 4096 for both).

Renamed MLF_RCV_FROM_VXLAN_BIT into MLF_RCV_FROM_VTEP_BIT to reflect
the new use case.

Simple test case that pings through VXLAN tunnel between two
hypervisors added.

TODO:
* introduce new helper to detect vxlan enabled.
^ read all encaps (?) and return true if any are true. maybe once per execution?
* lower max tunnel key when vxlan is enabled.
  ^ can be achieved with vni_ranges for openstack type driver.
* fail to start ovn-controller when datapath/port ids are mixed.
* forbid acls matching against ingress port when vxlan is enabled.

Changes:
- v2: run several dvr connectivity tests with vxlan tunnels.
- v2: update ovn-architecture.7 documentation.

Signed-off-by: Ihar Hrachyshka <ihrachys at redhat.com>

View the changeset: https://github.com/booxter/ovn/compare/19eba910ce24...b9dc7a35c229

View the full build log and details: https://travis-ci.com/github/booxter/ovn/builds/172711776?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the booxter/ovn repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=12736311&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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/20200623/f313d05d/attachment.html>


More information about the build mailing list