<pre>
Status: Passed
</pre>
<pre>
commit 1c2f091b723e26388c41bca73fc183453f6c2ed8
Author: Andy Zhou <azhou@ovn.org>
Date:   Wed Mar 15 18:39:57 2017 -0700

    ofproto: Use macros to define DPIF support fields
    
    When adding a new field in the 'struct dpif_backer_support', the
    corresponding appctl show command should be updated to display
    the new field. Currently, there is nothing to remind the developer
    that to update the show command. This can lead to code maintenance
    issues.
    
    Switch to use macros to define those fields. This makes the show
    command update automatic.
    
    Signed-off-by: Andy Zhou <azhou@ovn.org>
    Acked-by: Joe Stringer <joe@ovn.org>

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

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