[ovs-build] Still Failing: booxter/ovn#34 (vxlan-support - 19eba91)

Travis CI builds at travis-ci.org
Fri Jun 19 17:55:05 UTC 2020


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

Build: #34
Status: Still Failing

Duration: 16 mins and 49 secs
Commit: 19eba91 (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/ad28c79e1973...19eba910ce24

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

--

You can unsubscribe from build emails from the booxter/ovn repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=27978448&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/20200619/10eff932/attachment.html>


More information about the build mailing list