[ovs-build] Errored: azhou-nicira/ovs-review#68 (recirc_action_fix - 2309652)

Travis CI builds at travis-ci.org
Tue Mar 15 01:18:08 UTC 2016


Build Update for azhou-nicira/ovs-review
-------------------------------------

Build: #68
Status: Errored

Duration: 18 minutes and 29 seconds
Commit: 2309652 (recirc_action_fix)
Author: Andy Zhou
Message: openvswitch: Allow action fifo to expand during run time

Current openvswitch implementation allows up to 10 recircualtion actions
for each packet. This limit was sufficient for most use cases, but we
start to bump into this limitation in larger scale network environment.

This patch uses kmalloc() to expand action fifo during run time when a
packet's execution needs more than 10 recirculation actions. The memory
is released as soon as the packet execution is finished, so it does not
expand openvswitch module's memory foot print.

Signed-off-by: Andy Zhou <azhou at ovn.org>

View the changeset: https://github.com/azhou-nicira/ovs-review/compare/2dfe22cf60c0...2309652c89b5

View the full build log and details: https://travis-ci.org/azhou-nicira/ovs-review/builds/116017918

--

You can configure 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://www.openvswitch.org/pipermail/ovs-build/attachments/20160315/b334f21f/attachment-0002.html>


More information about the build mailing list