[ovs-build] Failed: openvswitch/ovs#5771 (master - 1fc2e1b)

Travis CI builds at travis-ci.org
Sat Jan 13 02:34:05 UTC 2018


Build Update for openvswitch/ovs
-------------------------------------

Build: #5771
Status: Failed

Duration: 5 hours, 28 minutes, and 33 seconds
Commit: 1fc2e1b (master)
Author: Bhanuprakash Bodireddy
Message: netdev-native-tnl: Add assertion in vxlan_pop_header.

During tunnel decapsulation the below steps are performed:
 [1] Tunnel information is populated in packet metadata i.e packet->md->tunnel.
 [2] Outer header gets popped.
 [3] Packet is recirculated.

For [1] to work, the dp_packet L3 and L4 header offsets should be valid.
The offsets in the dp_packet are set as part of miniflow extraction.

If offsets are accidentally reset (or) the pop header operation is performed
prior to miniflow extraction, step [1] fails silently and creates
issues that are harder to debug. Add the assertion to check if the
offsets are valid.

Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy at intel.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/ffbbb670152d...1fc2e1bd0714

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/328279201?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/20180113/29fbfa21/attachment.html>


More information about the build mailing list