[ovs-build] Errored: openvswitch/ovs#8619 (master - 9e585df)

Travis CI builds at travis-ci.org
Thu Sep 26 00:51:26 UTC 2019


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

Build: #8619
Status: Errored

Duration: 11 mins and 38 secs
Commit: 9e585df (master)
Author: txfh2007
Message: show "rx_missed_errors" counter in interface statisics

Hi all:

    Currently OVS maintains several Statistics counters per interface. "rx_missed_errors" counter is amount them and collects pkts not received due to local resource constaints. Many ovs netdevs support collecting this counter, such as netdev-linux, netdev-dpdk, netdev-bsd and so on. But as far as I know, this counter can't be read by command "ovs-vsctl list interface <int-name>|grep statistics". I have found the root cause(may be I was wrong) is in task "iface_refresh_stats", the "rx_missed_errors" is not in the macro IFACE_STATS. So even if this counter is updated by netdev, it woundn't be read by users.

    This simple patch tries to solve this problem, many thanks for your kindly reminder.

Signed-off-by: Liu Chang <liuchang at cmss.chinamobile.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/940ac2ce8803...9e585df1f867

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/589714261?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the openvswitch/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=2143550&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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://mail.openvswitch.org/pipermail/ovs-build/attachments/20190926/bbf0a3c5/attachment.html>


More information about the build mailing list