[ovs-build] Passed: istokes/ovs#15 (tx_batching - 8c27c07)

Travis CI builds at travis-ci.org
Fri Dec 15 13:59:42 UTC 2017


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

Build: #15
Status: Passed

Duration: 47 minutes and 25 seconds
Commit: 8c27c07 (tx_batching)
Author: Ilya Maximets
Message: dpif-netdev: Keep latest measured time for PMD thread.

In current implementation 'now' variable updated once on each
receive cycle and passed through the whole datapath via function
arguments. It'll be better to keep this variable inside PMD
thread structure to be able to get it at any time. Such solution
will save the stack memory and simplify possible modifications
in current logic.

This patch introduces new structure 'dp_netdev_pmd_thread_ctx'
contained by 'struct dp_netdev_pmd_thread' to store any processing
context of this PMD thread. For now, only time and cycles moved to
that structure. Can be extended in the future.

Acked-by: Eelco Chaudron <echaudro at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at samsung.com>

View the changeset: https://github.com/istokes/ovs/commit/8c27c07e3faf

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

--

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://mail.openvswitch.org/pipermail/ovs-build/attachments/20171215/00fdc3a1/attachment.html>


More information about the build mailing list