Design of an efficient ready queue for earliest-deadline-first (EDF) scheduler
Paper i proceeding, 2016

Although dynamic-priority-based EDF algorithm is known to be theoretically optimal for scheduling sporadic real-time tasks on uniprocessor, fixed-priority (FP) scheduling is mostly used in practice. One of the main reasons for FP scheduling being popular in the industry is its efficient implementation: operations on the ready queue can be done in constant time. On the other hand, ready queue of EDF scheduler is generally implemented as a priority queue, for example, using a binary min-heap data structure in which (insertion/deletion) operation cannot be done in constant time. This paper proposes a new design of ready queue for EDF scheduler: a simple data structure for the ready queue and efficient operations to insert and remove task control blocks (TCBs) to and from the ready queue are proposed. Insertion of a TCB of a newly released job (that cannot preempt the currently-executing job) is done in non-constant time. However, insertion of a TCB of a preempted job or the removal of the TCB of job having the highest EDF priority from the ready queue can be done in constant time. Simulation using randomly generated task sets shows that the overhead of managing jobs in our proposed ready queue for EDF scheduler is significantly lower than that of other approaches. We believe that theoretically optimal EDF algorithm implemented based on our proposed ready-queue data structure will make EDF popular in industry.

Författare

Risat Pathan

Chalmers, Data- och informationsteknik, Datorteknik

Proceedings of the 2016 Design, Automation and Test in Europe Conference and Exhibition, DATE 2016

1530-1591 (ISSN)

293-296
978-3-9815-3706-2 (ISBN)

Ämneskategorier

Datorteknik

ISBN

978-3-9815-3706-2

Mer information

Senast uppdaterat

2021-09-07