aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2018-03-16 15:43:25 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-03-22 09:52:12 +0300
commitd5ca8a2b70998bf082989b1bcee65dc927a2b045 (patch)
tree559ac12f22dfc18d1f76a19b186019af0d2ea397
parentb6f6058582736cdae3739a1b336419ed491d4fb7 (diff)
Port a4f2c5f "linux-gen: queue: lock-free implementation"
Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--platform/linux-dpdk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/linux-dpdk/Makefile.am b/platform/linux-dpdk/Makefile.am
index 1512339f1..2f69da7e7 100644
--- a/platform/linux-dpdk/Makefile.am
+++ b/platform/linux-dpdk/Makefile.am
@@ -105,6 +105,7 @@ noinst_HEADERS = \
${top_srcdir}/platform/linux-generic/include/odp_queue_internal.h \
${top_srcdir}/platform/linux-generic/include/odp_ring_internal.h \
${top_srcdir}/platform/linux-generic/include/odp_queue_if.h \
+ ${top_srcdir}/platform/linux-generic/include/odp_queue_lf.h \
${top_srcdir}/platform/linux-generic/include/odp_schedule_if.h \
${top_srcdir}/platform/linux-generic/include/odp_sorted_list_internal.h \
include/odp_shm_internal.h \
@@ -149,6 +150,7 @@ __LIB__libodp_dpdk_la_SOURCES = \
odp_pool.c \
../linux-generic/odp_queue.c \
../linux-generic/odp_queue_if.c \
+ ../linux-generic/odp_queue_lf.c \
../linux-generic/odp_rwlock.c \
../linux-generic/odp_rwlock_recursive.c \
../linux-generic/odp_schedule.c \