From 2156fa3a50bb7f9bef27954ae2f2db83ec1fbe26 Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Mon, 6 Jun 2022 14:42:12 +0300 Subject: Port be306d8c0 "linux-gen: schedule: implement odp_schedule_order_wait()" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port original commit from linux-generic. Signed-off-by: Matias Elo Reviewed-by: Jere Leppänen --- platform/linux-dpdk/odp_schedule_eventdev.c | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/linux-dpdk/odp_schedule_eventdev.c') 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 }; -- cgit v1.2.3