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_if.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'platform/linux-dpdk/odp_schedule_if.c') diff --git a/platform/linux-dpdk/odp_schedule_if.c b/platform/linux-dpdk/odp_schedule_if.c index 73475ae88..d5b39b656 100644 --- a/platform/linux-dpdk/odp_schedule_if.c +++ b/platform/linux-dpdk/odp_schedule_if.c @@ -206,6 +206,11 @@ void odp_schedule_order_lock_wait(uint32_t lock_index) _odp_sched_api->schedule_order_lock_wait(lock_index); } +void odp_schedule_order_wait(void) +{ + _odp_sched_api->schedule_order_wait(); +} + void odp_schedule_print(void) { _odp_sched_api->schedule_print(); -- cgit v1.2.3