[ovs-build] Canceled: YiHungWei/ovs#10 (master - 21e9844)

Travis CI builds at travis-ci.org
Fri Feb 17 19:15:19 UTC 2017


Build Update for YiHungWei/ovs
-------------------------------------

Build: #10
Status: Canceled

Duration: 1 minute and 26 seconds
Commit: 21e9844 (master)
Author: Ian Stokes
Message: netdev-dpdk: Fix rx_error stat for dpdk ports.

"rx_error" stat for a DPDK interface was calculated with the assumption that
dropped packets due to hardware buffer overload were counted as errors
in DPDK and the rte ierror stat included rte imissed packets i.e.

rx_errors = rte_stats.ierrors - rte_stats.imissed

This results in negative statistic values as imissed packets are no longer
counted as part of ierror since DPDK v.16.04.

Fix this by setting rx_errors equal to ierrors only.

Fixes: 9e3ddd45 (netdev-dpdk: Add some missing statistics.)
CC: Timo Puha <timox.puha at intel.com>)
Reported-by: Stepan Andrushko <stepanx.andrushko at intel.com>
Signed-off-by: Ian Stokes <ian.stokes at intel.com>
Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>

View the changeset: https://github.com/YiHungWei/ovs/compare/878b54d7838b...21e9844c59c8

View the full build log and details: https://travis-ci.org/YiHungWei/ovs/builds/202733280

--

You can configure 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/20170217/ba9f1398/attachment.html>


More information about the build mailing list