<pre>
Status: Failed
</pre>
<pre>
commit 2383dfe6b214581634726bd25df7ad0680b338f8
Author: Zhenyu Gao <sysugaozhenyu@gmail.com>
Date:   Mon Jun 26 10:30:55 2017 +0000

    vswitchd: Fix IFACE_STAT name error in iface_refresh_stats
    
    The element of rx_1024_to_1522_packets has wrong name(rx_1024_to_1518_packets).
    Change it from rx_1024_to_1518_packets to rx_1024_to_1522_packets, it should
    record packets between 1024 to 1522.
    
    The element of tx_1024_to_1522_packets has wrong name(tx_1024_to_1518_packets).
    Change it from tx_1024_to_1518_packets to tx_1024_to_1522_packets, it should
    record packets between 1024 to 1522.
    
    CC: mweglicx <michalx.weglicki@intel.com>
    Fixes: d6e3feb57c44 ("Add support for extended netdev statistics based on RFC 2819.")
    Signed-off-by: Zhenyu Gao <sysugaozhenyu@gmail.com>
    Signed-off-by: Ben Pfaff <blp@ovn.org>

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

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