Using SCHED_DEADLINE: Implementation, Advantages, and Challenges
Offered By: Linux Foundation via YouTube
Course Description
Overview
Explore the SCHED_DEADLINE scheduling class introduced in Linux 3.14 in this 50-minute talk by Steven Rostedt from Red Hat. Learn about Earliest Deadline First (EDF) implementation, Constant Bandwidth Scheduler (CBS), and their applications in robotics, media players, and virtual machine management. Discover how to implement SCHED_DEADLINE in applications, address potential issues, and explore workarounds. Gain insights into the Real Time patch, ftrace kernel tracer, and related tools from the perspective of an experienced Linux kernel developer and maintainer.
Syllabus
Using SCHED DEADLINE
What is SCHED DEADLINE?
Other Schedulers
SCHED_RR (Round Robin)
Priorities Nuke Washing Machine
Rate Monotonic Scheduling (RMS)
Implementing SCHED_DEADLINE
sched yield()
Donut Hole Puncheri
Deadline vs Period
Multi processors! (Dhall's Effect)
The limits of SCHED DEADLINE
Giving SCHED DEADLINE Affinity
Calculating WCET
GRUB (not the bootloader)
Questions?
Taught by
Linux Foundation
Tags
Related Courses
KernelShark 1.0 is Here - What Does that Mean?Linux Foundation via YouTube Cloud Performance Root Cause Analysis at Netflix
GOTO Conferences via YouTube Investigating C++ Applications in Production on Linux and Windows
NDC Conferences via YouTube How Much Is Tracing? Measuring the Overhead Caused by the Tracing Infrastructure
Linux Foundation via YouTube Mentorship Session - Tools and Techniques to Debug an Embedded Linux System
Linux Foundation via YouTube