Multi-Path Bound for DAG Tasks
Qingqiang He, Nan Guan, Shuai Zhao, Mingsong Lv
TL;DR
This work addresses bounding the response time $R$ of DAG tasks on identical multi-core platforms. It introduces a generalized multi-path bound that removes the constraint that the first generalized path must be the longest, and provides an optimal computation method by reducing the generalized-path-list problem to a minimum-cost flow instance. The authors prove that the proposed bound dominates Graham's bound and all existing multi-path bounds, and moreover is self-sustainable. Empirical results show the approach yields tighter bounds and significantly improved schedulability compared with state-of-the-art methods, highlighting its practical impact for real-time DAG scheduling on multi-core systems.
Abstract
This paper studies the response time bound of a DAG (directed acyclic graph) task. Recently, the idea of using multiple paths to bound the response time of a DAG task, instead of using a single longest path in previous results, was proposed and leads to the so-called multi-path bound. Multi-path bounds can greatly reduce the response time bound and significantly improve the schedulability of DAG tasks. This paper derives a new multi-path bound and proposes an optimal algorithm to compute this bound. We further present a systematic analysis on the dominance and the sustainability of three existing multi-path bounds and the proposed multi-path bound. Our bound theoretically dominates and empirically outperforms all existing multi-path bounds. What's more, the proposed bound is the only multi-path bound that is proved to be self-sustainable.
