[ovs-build] Still Failing: openvswitch/ovs#9188 (master - b9f825a)

Travis CI builds at travis-ci.org
Thu Apr 30 15:33:21 UTC 2020


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

Build: #9188
Status: Still Failing

Duration: 12 mins and 19 secs
Commit: b9f825a (master)
Author: Jiang Lidong
Message: netdev-linux: remove sum of vport stats and kernel netdev stats.

When using kernel veth as OVS interface, doubled drop counter
value is shown when veth drops packets due to traffic overrun.

In netdev_linux_get_stats, it reads both vport stats and kernel
netdev stats, in case vport stats retrieve failure. If both of
them success, error counters are added to include errors from
different layers. But implementation of ovs_vport_get_stats in
kernel data path has included kernel netdev stats by calling
dev_get_stats. When drop or other error counters is not zero,
its value is doubled by netdev_linux_get_stats.

In this change, adding kernel netdev stats into vport stats
is removed, since vport stats includes all information of
kernel netdev stats.

Signed-off-by: Jiang Lidong <jianglidong3 at jd.com>
Signed-off-by: William Tu <u9012063 at gmail.com>

View the changeset: https://github.com/openvswitch/ovs/compare/f5a36db10b1f...b9f825a5442a

View the full build log and details: https://travis-ci.org/github/openvswitch/ovs/builds/681526572?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/20200430/6c77970d/attachment-0001.html>


More information about the build mailing list