aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_schedule_if.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-03-29 16:36:13 +0300
committerMatias Elo <matias.elo@nokia.com>2022-03-30 11:25:35 +0300
commita032f6e219c001e0ad7ed60be2bac78be3b7c500 (patch)
treef59d4ff5f8bb9a9245b2d0729834c1ea51441c17 /platform/linux-generic/include/odp_schedule_if.h
parentca650542c2a0af612d66cfaabe1447871cc2aa10 (diff)
linux-gen: scalable: use common _odp_sched_cb_pktin_poll() function
The generic _odp_sched_cb_pktin_poll() function polls today only a single input queue, so scalable scheduler can utilize the same function. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'platform/linux-generic/include/odp_schedule_if.h')
-rw-r--r--platform/linux-generic/include/odp_schedule_if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/linux-generic/include/odp_schedule_if.h b/platform/linux-generic/include/odp_schedule_if.h
index ba4ad53e8..cec9c8bb8 100644
--- a/platform/linux-generic/include/odp_schedule_if.h
+++ b/platform/linux-generic/include/odp_schedule_if.h
@@ -89,8 +89,6 @@ extern const schedule_fn_t *_odp_sched_fn;
/* Interface for the scheduler */
int _odp_sched_cb_pktin_poll(int pktio_index, int pktin_index,
_odp_event_hdr_t *hdr_tbl[], int num);
-/* evts must have at least QUEUE_MULTI_MAX elements */
-int _odp_sched_cb_pktin_poll_one(int pktio_index, int rx_queue, odp_event_t evts[]);
void _odp_sched_cb_pktio_stop_finalize(int pktio_index);
/* API functions */