[ovs-build] Still Failing: david-marchand/ovs#95 (master - 4171064)

Travis CI builds at travis-ci.com
Tue Dec 10 10:59:03 UTC 2019


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

Build: #95
Status: Still Failing

Duration: 1 hr, 20 mins, and 5 secs
Commit: 4171064 (master)
Author: David Marchand
Message: dpdk: Support running PMD threads on cores > RTE_MAX_LCORE.

Most DPDK components make the assumption that rte_lcore_id() returns
a valid lcore_id in [0..RTE_MAX_LCORE[ range (with the exception of
the LCORE_ID_ANY special value).

OVS does not currently check which value is set in
RTE_PER_LCORE(_lcore_id) which exposes us to potential crashes on DPDK
side.

Introduce a lcore allocator in OVS for PMD threads and map them to
unused lcores from DPDK à la --lcores.

The physical cores on which the PMD threads are running still
constitutes an important information when debugging, so still keep
those in the PMD thread names but add a new debug log when starting
them.
Mapping between OVS threads and DPDK lcores can be dumped with a new
dpdk/dump-lcores command.

Synchronize DPDK internals on numa and cpuset for the PMD threads by
registering them via the rte_thread_set_affinity() helper.

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

View the changeset: https://github.com/david-marchand/ovs/compare/2a359503d731...41710641c7b3

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

--

You can unsubscribe from build emails from the david-marchand/ovs repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=7814345&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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/20191210/1f9d82d9/attachment.html>


More information about the build mailing list