[ovs-build] Passed: booxter/ovn#37 (multi-bridge - b3feef2)

Travis CI builds at travis-ci.com
Tue Jun 30 20:52:00 UTC 2020


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

Build: #37
Status: Passed

Duration: 17 mins and 31 secs
Commit: b3feef2 (multi-bridge)
Author: Numan Siddique
Message: Fix selection fields for UDP and SCTP load balancers.

The commit 5af304e7478a ("Support selection fields in load balancer.")
didn't handle the selection fields for UDP and SCTP protocol.
If CMS has set the selection fields - tp_src and tp_dst for UDP or SCTP
load balancers, ovn-northd was adding lflows as
ct_lb(backends=<backends>, hash_fields(tp_src,tp_dst))
instead of ct_lb(backends=<backends>, hash_fields(udp_src,udp_dst)) and
ct_lb(backends=<backends>, hash_fields(sctp_src,sctp_dst)) respectively.

Because of this, select group flows were encoded with tcp_src and tcp_dst
hash fields.

This patch fixes this issue.

Test cases are now added for UDP and SCTP protocols.

Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1846189
Signed-off-by: Numan Siddique <numans at ovn.org>
Acked-by: Mark Michelson <mmichels at redhat.com>

View the changeset: https://github.com/booxter/ovn/compare/ba40effff1c5^...b3feef2a774d

View the full build log and details: https://travis-ci.com/github/booxter/ovn/builds/173740453?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/20200630/6edf745b/attachment-0001.html>


More information about the build mailing list