Title :
Virtual-CPU Scheduling in the Quest Operating System
Author :
Danish, Matthew ; Li, Ye ; West, Richard
Author_Institution :
Comput. Sci. Dept., Boston Univ., Boston, MA, USA
Abstract :
This paper describes the scheduling framework for a new operating system called "Quest". The three main goals of Quest are to ensure safety, predictability and efficiency of software execution. For this paper, we focus on one aspect of predictability, involving the integrated management of tasks and I/O events such as interrupts. Quest\´s scheduling infrastructure is based around the concept of a virtual CPU (VCPU). Using both Main and I/O VCPUs, we are able to separate the CPU bandwidth consumed by tasks from that used to complete I/O processing. We introduce a priority-inheritance bandwidth-preserving server policy for I/O management, called PIBS. We show how PIBS operates with lower cost and higher throughput than a comparable Sporadic Server for managing I/O transfers that require small bursts of CPU time. Using a hybrid system of Sporadic Servers for Main VCPUs, and PIBS for I/O VCPUs, we show how to maintain temporal isolation between multiple tasks and I/O transfers from different devices. We believe Quest\´s VCPU scheduling infrastructure is scalable enough to operate on systems supporting large numbers of threads. For a system of 24 Main VCPUs, we observe a CPU scheduling overhead of approximately 0.3% when VCPU budget is managed in 1ms units.
Keywords :
input-output programs; processor scheduling; virtual machines; CPU scheduling overhead; I/O event; I/O processing; I/O transfer; PIBS I/O management; Quest operating system; VCPU scheduling infrastructure; priority-inheritance bandwidth-preserving server policy; software execution efficiency; software execution predictability; software execution safety; sporadic server; task integrated management; virtual-CPU scheduling; Bandwidth; Instruction sets; Multicore processing; Operating systems; Radiation detectors; Real time systems; Servers; Real-time operating systems; bandwidth preserving servers; scheduling;
Conference_Titel :
Real-Time and Embedded Technology and Applications Symposium (RTAS), 2011 17th IEEE
Conference_Location :
Chicago, IL
Print_ISBN :
978-1-61284-326-1
DOI :
10.1109/RTAS.2011.24