[ovs-build] Canceled: estebarbhpe/ovs#17 (master - 884d541)

Travis CI builds at travis-ci.org
Tue Mar 15 22:54:37 UTC 2016


Build Update for estebarbhpe/ovs
-------------------------------------

Build: #17
Status: Canceled

Duration: 22 minutes and 21 seconds
Commit: 884d541 (master)
Author: Sairam Venugopal
Message: datapath-windows: Support for IPv6 in TCP segmentation

When a packet which needs segmentation is received, the header for
each segment is being calculated, i.e. IP length, checksum, TCP seq,
TCP checksum.

The problem with the current code is that it wrongly assumes that
the Ethernet frame payload is always an IPv4 packet.

This patch checks the EtherType field of the Ethernet frame to see
which protocol is encapsulated in its payload, IPv4 or IPv6, and
calculates the segment's header accordingly.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Co-authored-by: Sairam Venugopal <vsairam at vmware.com>
Reported-by: Sairam Venugopal <vsairam at vmware.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/105
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/estebarbhpe/ovs/compare/d5579e480863...884d541fdffe

View the full build log and details: https://travis-ci.org/estebarbhpe/ovs/builds/116250562

--

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://www.openvswitch.org/pipermail/ovs-build/attachments/20160315/dbdad893/attachment-0002.html>


More information about the build mailing list