Comment 21 for bug 1783471

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/45115
Committed: http://github.com/Juniper/contrail-dpdk/commit/03fca54642bc693da91ef3ad60564018512fe08b
Submitter: Zuul v3 CI (<email address hidden>)
Branch: contrail_dpdk_17_11_3

commit 03fca54642bc693da91ef3ad60564018512fe08b
Author: Matan Azrad <email address hidden>
Date: Thu Feb 1 14:30:57 2018 +0100

net/mlx: make rdma-core glue path configurable

Partial-bug: #1783471
Since rdma-core glue libraries are intrinsically tied to their respective
PMDs and used as internal plug-ins, their presence in the default search
path among other system libraries for the dynamic linker is not necessarily
desired.

This commit enables their installation and subsequent look-up at run time
in RTE_EAL_PMD_PATH if configured to a nonempty string. This path can also
be overridden by environment variables MLX[45]_GLUE_PATH.

Change-Id: I3ca032e8f4da7112d6d9c5fe16ff3cd6f8337e57
Signed-off-by: matan <email address hidden>