[ovs-build] Errored: istokes/ovs#933 (detailed_packet_drop_stats - 14c136e)

Travis CI builds at travis-ci.org
Tue Aug 27 12:44:36 UTC 2019


Build Update for istokes/ovs
-------------------------------------

Build: #933
Status: Errored

Duration: 1 hr, 0 mins, and 20 secs
Commit: 14c136e (detailed_packet_drop_stats)
Author: Sriram Vatala via dev
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>

View the changeset: https://github.com/istokes/ovs/compare/5156284e5e33...14c136eac445

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

--

You can unsubscribe from build emails from the istokes/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=16644441&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/20190827/2ea130e6/attachment-0001.html>


More information about the build mailing list