> >  platform/linux-generic/include/odp_schedule_if.h |  7 +------
> >  platform/linux-generic/odp_queue.c               | 21 +----------------
> ----
> >  platform/linux-generic/odp_schedule_iquery.c     |  4 +---
> >  3 files changed, 3 insertions(+), 29 deletions(-)
> >
> > diff --git a/platform/linux-generic/include/odp_schedule_if.h
> b/platform/linux-generic/include/odp_schedule_if.h
> > index 5abbb732..b514c88a 100644
> > --- a/platform/linux-generic/include/odp_schedule_if.h
> > +++ b/platform/linux-generic/include/odp_schedule_if.h
> > @@ -35,7 +35,7 @@ typedef int (*schedule_term_local_fn_t)(void);
> >  typedef void (*schedule_order_lock_fn_t)(void);
> >  typedef void (*schedule_order_unlock_fn_t)(void);
> >  typedef unsigned (*schedule_max_ordered_locks_fn_t)(void);
> > -typedef void (*schedule_save_context_fn_t)(uint32_t queue_index, void
> *ptr);
> > +typedef void (*schedule_save_context_fn_t)(uint32_t queue_index);
> >
> >  typedef struct schedule_fn_t {
> >         int                         status_sync;
> > @@ -68,11 +68,6 @@ extern const schedule_fn_t *sched_fn;
> >  int sched_cb_pktin_poll(int pktio_index, int num_queue, int index[]);
> >  void sched_cb_pktio_stop_finalize(int pktio_index);
> >  int sched_cb_num_pktio(void);
> > -int sched_cb_num_queues(void);
> > -int sched_cb_queue_prio(uint32_t queue_index);
> > -int sched_cb_queue_grp(uint32_t queue_index);
> > -int sched_cb_queue_is_ordered(uint32_t queue_index);
> > -int sched_cb_queue_is_atomic(uint32_t queue_index);
> These changes are captured by Joyce's patch already.

No, Joyce did not remove these, but just moved around.

This patch can remove these as unused, due to all other changes I made.


-Petri

Reply via email to