[ovs-build] Failed: ovsrobot/ovs#3137 (series_206901 - 0eceffa)

Travis CI builds at travis-ci.org
Fri Oct 9 14:59:27 UTC 2020


Build Update for ovsrobot/ovs
-------------------------------------

Build: #3137
Status: Failed

Duration: 1 hr, 7 mins, and 39 secs
Commit: 0eceffa (series_206901)
Author: hepeng.0320
Message: ofproto-dpif-xlate: ovs-tcpdump cannot capture incomming vxlan packets

when running ovs-tcpdump -i ethX and the port is used as the incomming port for a vxlan port.

The callstack for the upcall:

mirror_ingress_packet
mirror_packet
output_normal
compose_output_action
compose_output_action__
terminate_native_tunnel

will xlate the action into a tnl_pop action, not an output action to the
mirror port. So eventually the translated actions will be 'tnl_pop(x), tnl_pop(x)'.
However, the right action should be '(mirror port), tnl_pop(x)'

This patch adds a flag in xlate_ctx indicating the current output_normal
is used by mirroring. Note that we cannot use ctx->mirrors as the
indicator as in the mirror code, the ctx->mirrors will not be cleared
after mirror action finished.

Signed-off-by: hepeng.0320 <hepeng.0320 at bytedance.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/commit/0eceffa23ad7

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


--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&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/20201009/d58dda7c/attachment-0001.html>


More information about the build mailing list