[ovs-build] Failed: openvswitch/ovs#2592 (master - af50de8)

Travis CI builds at travis-ci.org
Thu May 12 00:28:57 UTC 2016


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

Build: #2592
Status: Failed

Duration: 25 minutes and 54 seconds
Commit: af50de8 (master)
Author: Joe Stringer
Message: ofproto-dpif-upcall: Pass key to dpif_flow_get().

Windows datapath folks have reported instances where OVS userspace will
pass down a flow_get request to the datapath using a UFID even though the
datapath has no support for UFIDs. Since commit e672ff9b4d22
("ofproto-dpif: Restore metadata and registers on recirculation."), if a
flow dump provides a flow that userspace isn't aware of, and the flow
dump doesn't provide actions for that flow, then userspace will attempt
a flow_get using just the UFID. This is because the ofproto-dpif layer
doesn't pass the key down to the dpif layer even if it's available.
Prior to the above commit, the codepath was only hit if the key was not
available, which would have implied UFID support. This assumption is now
broken: An empty set of actions could also trigger flow_get, and
datapaths without UFID support are free to pass up empty actions lists.

Pass down the flow key if available, and don't pass down the UFID if
unavailable to be more consistent with the usage of other dpif APIs
within this file.

Fixes: e672ff9b4d22 ("ofproto-dpif: Restore metadata and registers on recirculation.")
Reported-by: Sairam Venugopal <vsairam at vmware.com>
Signed-off-by: Joe Stringer <joe at ovn.org>
Acked-by: Jarno Rajahalme <jarno at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/b351ac0c9bc2...af50de800ecb

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

--

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/20160512/79418a4e/attachment-0002.html>


More information about the build mailing list