[ovs-build] Failed: david-marchand/ovs#1 (vhost_fixes - e7ec08f)

Travis CI builds at travis-ci.org
Thu Apr 11 14:46:20 UTC 2019


Build Update for david-marchand/ovs
-------------------------------------

Build: #1
Status: Failed

Duration: 1 hr, 9 mins, and 52 secs
Commit: e7ec08f (vhost_fixes)
Author: David Marchand
Message: netdev-dpdk: reset queue number for vhost devices on vm shutdown

Rather than poll all disabled queues and waste some memory for vms that
have been shutdown, we can reconfigure when receiving a destroy
connection notification from the vhost library.

$ while true; do
  ovs-appctl dpif-netdev/pmd-rxq-show |awk '
  /polling: / {
    tot++;
    if ($NF == "enabled") {
      en++;
    }
  }
  END {
    print "total: " tot ", enabled: " en
  }'
  sleep 1
done

total: 66, enabled: 66
total: 6, enabled: 2

Note: this patch requires a fix for the vhost library submitted here:
http://patchwork.dpdk.org/patch/52486/

Without it, this change will do nothing but have openvswitch complain
that the vhost device is unknown:

dpdk|INFO|VHOST_CONFIG: vhost peer closed
dpdk|ERR|VHOST_CONFIG: (0) device not found.

dpdk|INFO|VHOST_CONFIG: vhost peer closed
dpdk|ERR|VHOST_CONFIG: (1) device not found.

Signed-off-by: David Marchand <david.marchand at redhat.com>

View the changeset: https://github.com/david-marchand/ovs/compare/8411b6ccecde^...e7ec08f61424

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

--

You can unsubscribe from build emails from the david-marchand/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22755207&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/20190411/b6eb9daf/attachment.html>


More information about the build mailing list