[ovs-build] Errored: ovsrobot/ovs#2931 (series_195834 - 43a3bea)

Travis CI builds at travis-ci.org
Mon Aug 17 03:06:43 UTC 2020


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

Build: #2931
Status: Errored

Duration: 1 hr, 7 mins, and 58 secs
Commit: 43a3bea (series_195834)
Author: Yi Yang
Message: Use pmd thread to handle system interfaces

Currently all the interfaces are handled by single
thread ovs-vswitchd in userspace datapath, this is
unscalable, especially in Openstack case, there are
many tap and veth interfaces attached to bridge to
handle routing and floating ip.

But ovs-netdev can't be handled by pmd thread,
otherwise, it will result in deadlock. Bridge itself
also needn't pmd thread to handle, that is unnecessary.

This patch enabled pmd support for tap and other
system interfacses, it can make sure performance
scalability, more pdm threads, more scalable, better
performance.

Signed-off-by: Yi Yang <yangyi01 at inspur.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

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

View the full build log and details: https://travis-ci.org/github/ovsrobot/ovs/builds/718479556?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/20200817/785893ac/attachment.html>


More information about the build mailing list