NetKV: Network-Aware Decode Instance Selection for Disaggregated LLM Inference

arXiv:2606.0391010.0h-index: 21
Predicted impact top 50% in PF · last 90 daysOriginality Incremental advance
AI Analysis

For large-scale LLM serving systems, this work addresses the overlooked network transfer time in disaggregated inference, providing a practical scheduler improvement with measurable gains.

NetKV introduces a network cost oracle for disaggregated LLM inference that selects decode instances based on topological distance and congestion, reducing mean TTFT by up to 21.2% over round-robin and 17.6% over cache+load-aware scheduling, and improving SLO attainment by up to 20.1 percentage points with negligible TBT overhead.

Disaggregated LLM inference forces the KV cache to traverse the datacenter network before decoding begins, so transfer time enters directly into the Time to First Token (TTFT) budget. Current schedulers route on compute load and prefix-cache locality alone, ignoring the topological distance and dynamic congestion between prefill and decode instances. We close this gap with a thin operator-to-scheduler interface, the network cost oracle, and we prove that ignoring the network term renders cache-aware-only scheduling arbitrarily suboptimal as context length grows. NetKV, the O(|D|) per-request greedy that consumes this oracle, has tier rankings that are provably robust to stale telemetry. On a 64-GPU four-tier fat-tree simulator driven by Mooncake traces, NetKV reduces mean TTFT by up to 21.2% over round-robin and 17.6% over a tuned cache+load-aware scheduler, lifts SLO attainment by up to 20.1 percentage points, and keeps the Time Between Tokens overhead below 0.5 ms in every condition tested, with no changes to the transport, inference engine, or hardware.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes