aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/odp_schedule_eventdev.c
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-06-20 17:40:58 +0300
committerGitHub <noreply@github.com>2022-06-20 17:40:58 +0300
commit6cf762f28a96dc61db44697b9254327e41580a7f (patch)
treea1de51fcf09a60bd14c260bb7c5dd44630193828 /platform/linux-dpdk/odp_schedule_eventdev.c
parent929cd75ba6654e5f635295953cbb20ffdca20c3e (diff)
parent6d365eb66573c4cd7fab868bd69395cc9acdc123 (diff)
Merge ODP v1.37.0.0v1.37.0.0_DPDK_19.11
Merge ODP linux-generic v1.37.0.0 into linux-dpdk
Diffstat (limited to 'platform/linux-dpdk/odp_schedule_eventdev.c')
-rw-r--r--platform/linux-dpdk/odp_schedule_eventdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linux-dpdk/odp_schedule_eventdev.c b/platform/linux-dpdk/odp_schedule_eventdev.c
index 8e2c2c034..3c715ae36 100644
--- a/platform/linux-dpdk/odp_schedule_eventdev.c
+++ b/platform/linux-dpdk/odp_schedule_eventdev.c
@@ -1117,5 +1117,6 @@ const schedule_api_t _odp_schedule_eventdev_api = {
.schedule_order_unlock_lock = schedule_order_unlock_lock,
.schedule_order_lock_start = schedule_order_lock_start,
.schedule_order_lock_wait = schedule_order_lock_wait,
+ .schedule_order_wait = order_lock,
.schedule_print = schedule_print
};