[ovs-build] Errored: ovsrobot/ovs#1471 (series_127792 - de1d08b)

Travis CI builds at travis-ci.org
Wed Aug 28 14:57:41 UTC 2019


Build Update for ovsrobot/ovs
-------------------------------------

Build: #1471
Status: Errored

Duration: 59 mins and 51 secs
Commit: de1d08b (series_127792)
Author: Sriram Vatala
Message: Detailed packet drop statistics per dpdk and vhostuser ports

OVS may be unable to transmit packets for multiple reasons and
today there is a single counter to track packets dropped due to
any of those reasons. The most common reason is that a VM is
unable to read packets fast enough causing the vhostuser port
transmit queue on the OVS side to become full. This manifests
as a problem with VNFs not receiving all packets. Having a
separate drop counter to track packets dropped because the
transmit queue is full will clearly indicate that the problem
is on the VM side and not in OVS. Similarly maintaining separate
counters for all possible drops helps in indicating sensible
cause for packet drops.

This patch adds custom stats counters to track packets dropped
at port level and these counters are displayed along with
other stats in "ovs-vsctl get interface <iface> statistics"
command. The detailed stats will be available for both dpdk and
vhostuser ports.

Signed-off-by: Sriram Vatala <sriram.v at altencalsoftlabs.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/commit/de1d08bc4d35

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

--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&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/20190828/e02e4bca/attachment-0001.html>


More information about the build mailing list