[ovs-build] Failed: ovsrobot/ovs#2582 (series_178636 - 2046364)

Travis CI builds at travis-ci.org
Fri May 22 11:49:19 UTC 2020


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

Build: #2582
Status: Failed

Duration: 1 hr, 2 mins, and 20 secs
Commit: 2046364 (series_178636)
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: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/3822ea067f18^...2046364148fd

View the full build log and details: https://travis-ci.org/github/ovsrobot/ovs/builds/689975864?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/20200522/74eb4b3c/attachment-0001.html>


More information about the build mailing list