<pre>
Status: Passed
</pre>
<pre>
commit 41319fc9512fb3acf1c7aa3919a0ab6c918df537
Author: Han Zhou <zhouhan@gmail.com>
Date:   Wed Jun 7 09:32:45 2017 -0700

    ovn-controller: decouple localnet_port update from patch_run
    
    We figure out local datapaths in binding_run() but update the field
    localnet_port for each local datapath that has localnet port in
    patch_run(). This patch updates the localnet_port field in binding_run
    directly and removes the logic in patch_run(), since the logic is
    more about port-binding processing, and patch_run() is focusing on
    patch port creation only.
    
    In a future patch binding_run() will be used in a new thread for
    pinctrl, but patch_run() will not.
    
    Signed-off-by: Han Zhou <zhouhan@gmail.com>
    Signed-off-by: Ben Pfaff <blp@ovn.org>

</pre>
<pre>
View the changeset:
<a href="https://github.com/openvswitch/ovs/commit/41319fc9512fb3acf1c7aa3919a0ab6c918df537">https://github.com/openvswitch/ovs/commit/41319fc9512fb3acf1c7aa3919a0ab6c918df537</a>

View the full build log and details:
<a href="http://64.119.130.115/ovs/41319fc9512fb3acf1c7aa3919a0ab6c918df537">http://64.119.130.115/ovs/41319fc9512fb3acf1c7aa3919a0ab6c918df537</a></pre>