Google AI Professional Certificate - Learn AI Skills That Get You Hired
Master Finance Tools - 35% Off CFI (Code CFI35)
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore push-based load balancing as an alternative to idle and newidle balance mechanisms in Linux kernel scheduling through this 22-minute conference talk from the Linux Plumbers Conference. Delve into the prototype development that emerged from OSPM '25 discussions, examining the optimization of global nohz idle tracking to per-LLC tracking to reduce access and update costs for shared load balancing data. Analyze three fundamental challenges in push-based load balancing: reducing the overhead of pushing tasks from busy CPU contexts by potentially offloading to smp_call_function on idle targets, preventing multiple busy CPUs from selecting the same idle target and causing task pileup, and extending nohz idle tracking beyond periodic tick-disabled CPUs to efficiently replace newidle balance. Learn about the infrastructure requirements for pushing fair tasks and how this approach can be aligned for both capacity aware scheduling (CAS) and energy aware scheduling (EAS) use cases, with insights into ongoing prototype development addressing these critical scheduling optimization challenges.
Syllabus
Push based load-balancing for fair tasks - Prateek Nayak (AMD Inc.)
Taught by
Linux Plumbers Conference