[ovs-build] Passed: ovsrobot/ovs#905 (series_104637 - cfdbca6)

Travis CI builds at travis-ci.org
Thu Apr 25 19:08:50 UTC 2019


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

Build: #905
Status: Passed

Duration: 1 hr, 17 mins, and 32 secs
Commit: cfdbca6 (series_104637)
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 '
  /port: / {
    tot++;
    if ($5 == "(enabled)") {
      en++;
    }
  }
  END {
    print "total: " tot ", enabled: " en
  }'
  sleep 1
done

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

Co-authored-by: Ilya Maximets <i.maximets at samsung.com>
Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
Signed-off-by: David Marchand <david.marchand at redhat.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/1ba879d808c2...cfdbca62cdb2

View the full build log and details: https://travis-ci.org/ovsrobot/ovs/builds/524572331?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/20190425/e4f1a144/attachment-0001.html>


More information about the build mailing list