ETD

Digital archive of theses discussed at the University of Pisa

 

Thesis etd-08302012-105611


Thesis type
Tesi di laurea specialistica
Author
FALZOI, FABIO
URN
etd-08302012-105611
Thesis title
Design, testing and performance analisys of efficient lock-free solutions for multi-core Linux scheduler
Department
INGEGNERIA
Course of study
INGEGNERIA INFORMATICA
Supervisors
relatore Lipari, Giuseppe
relatore Ancilotti, Paolo
Keywords
  • real-time
  • multi-core
  • scheduling
  • Linux
  • multiprocessing
Graduation session start date
04/10/2012
Availability
Full
Summary
Multiprocessor systems are nowadays de facto standard for both personal computers and server workstations.
Benefits of multi-core technology has recently been used for embedded devices and cellular phones as well.
Linux has not been originally designed to be a Real-Time Operating System (RTOS) but, recently, a new scheduling class, named SCHED_DEADLINE, was added to it. SCHED_DEADLINE is an implementation of the well known Earliest Deadline First algorithm.
In this thesis we first present PRACTISE, a tool for developing, debugging, testing and analyse real-time scheduling data structures in user space. Unlike other similar tools, PRACTISE executes code in parallel, allowing to test and analyse the performance of the code in a realistic multiprocessor scenario. We also show an implementation of a skiplist, realized with the help of the tool above.
This implementation is intended to be used for processes migration among the CPUs in SCHED_DEADLINE. To effectively manage the concurrent accesses to the data structure we used a revised version of the flat combining framework.
File