[ovs-build] Passed: YiHungWei/ovs#103 (branch-2.9 - 43e7353)

Travis CI builds at travis-ci.org
Wed Jan 24 16:28:18 UTC 2018


Build Update for YiHungWei/ovs
-------------------------------------

Build: #103
Status: Passed

Duration: 7 minutes and 8 seconds
Commit: 43e7353 (branch-2.9)
Author: Zoltan Balogh
Message: xlate: fix xport lookup for recirc

Xlate_lookup and xlate_lookup_ofproto_() provides in_port and ofproto
based on xport determined using flow, which is extracted from packet.
The lookup can happen due to recirculation as well. It can happen, that
packet_type has been modified during xlate before recirculation is
triggered, so the lookup fails or delivers wrong xport.
This can be worked around by propagating xport to ctx->xin after the very
first lookup and store it in frozen state of the recirculation.
So, when lookup is performed due to recirculation, the xport can be
retrieved from the frozen state.

The packet-type-aware unit tests are updated with a new one to verify
this behavior.

Signed-off-by: Zoltan Balogh <zoltan.balogh at ericsson.com>
CC: Jan Scheurich <jan.scheurich at ericsson.com>
Fixes: beb75a40fdc2 ("userspace: Switching of L3 packets in L2 pipeline")
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/YiHungWei/ovs/compare/12b84d50e032^...43e735364953

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

--

You can configure 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/20180124/dfc4a536/attachment.html>


More information about the build mailing list