[ovs-build] Broken: ovn-org/ovn#61 (master - 6c7d9f1)

Travis CI builds at travis-ci.org
Tue Jan 28 19:17:15 UTC 2020


Build Update for ovn-org/ovn
-------------------------------------

Build: #61
Status: Broken

Duration: 17 mins and 56 secs
Commit: 6c7d9f1 (master)
Author: Numan Siddique
Message: ovn-controller: Remove ports from struct local_datapaths.

struct local_datapaths stores the array of port bindings for each datapath.
These ports are used only in the pinctrl module to check if a mac binding
has been learnt for the buffered packets.

MAC bindings are always learnt in the router pipeline and so
logical_port column of MAC_Binding table will always refer to a
logical router port. run_buffered_binding() of pinctrl module can use
the peer ports stored in the struct local_datapaths instead.
This would save many calls to mac_binding_lookup().

This patch doesn't store the array of port bindings for each local
datapath as it is not required at all.

Earlier, the peer ports were stored only for patch port bindings. But we can have
peer ports even for l3gateway port bindings. This patch now considers l3gateway
ports also for storing the peer ports in struct local_datapaths.

Acked-by: Han Zhou <hzhou at ovn.org>
Signed-off-by: Numan Siddique <numans at ovn.org>

View the changeset: https://github.com/ovn-org/ovn/compare/c32d472fe7e0...6c7d9f1ff6a5

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

--

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


More information about the build mailing list