[ovs-build] Passed: ovsrobot/ovn#1085 (series_207757 - 30d8073)

Travis CI builds at travis-ci.com
Wed Oct 14 13:15:31 UTC 2020


Build Update for ovsrobot/ovn
-------------------------------------

Build: #1085
Status: Passed

Duration: 35 mins and 9 secs
Commit: 30d8073 (series_207757)
Author: Numan Siddique
Message: ovn-northd: Optimize logical flow generation for reject ACLs.

ovn-northd adds below lflows for a reject ACL with a match - M

match = (ip4 && tcp && 'M') action = tcp_reject{}
match = (ip6 && tcp && 'M') action = tcp_reject{}
match = (ip4 && 'M') action = icmp4{}
match = (ip6 && 'M') action = icmp6{}

This approach has a couple of problems:
   - ovn-controller can reject the lflows if there are invalid matches.
     Eg. If match 'M' is - 'ip4 && udp'.

   - In a large scale deployment, this could result in lot of invalid
     logical flows and increase the size of the SB DB.

This patch addresses this problem by using newly added reject OVN action.
With this patch, there will be just one lflow for each reject ACL.

Signed-off-by: Numan Siddique <numans at ovn.org>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovn/compare/c0b0f1fce6f2...30d807394a3f

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


--

You can unsubscribe from build emails from the ovsrobot/ovn repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=9136199&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/20201014/b7018d0f/attachment-0001.html>


More information about the build mailing list