pith. machine review for the scientific record. sign in

arxiv: 2309.14016 · v5 · submitted 2023-09-25 · 💻 cs.NI · cs.OS

Recognition: unknown

Tail Contagion: Sub-microsecond Time Protection in Shared Software Network Datapaths

Authors on Pith no claims yet
classification 💻 cs.NI cs.OS
keywords isolationlatencytaildatapathsnetworksharedsoftwaretime
0
0 comments X
read the original abstract

Shared software datapaths underpin modern datacentre networking. They implement mechanisms such as virtual switching, network virtualisation tunneling, or reliable transport, and enforce policies, such as tenant rate limits, virtual network isolation, or congestion control. However, because multiple applications, containers, or VMs share them, often across tenants, they pose a tail latency isolation challenge. Current isolation approaches either sacrifice efficiency via coarse-grained core partitioning or provide weak tail latency isolation when sharing cores with basic rate limits. This paper presents Virtuoso, a time protection mechanism for shared software datapaths that provides strong cross-tenant tail latency isolation while preserving low overhead and microsecond-scale latency. Our key insight is that tail latency is fundamentally a time metric, so byte or packet throughput is the wrong metric for controlling interference when packet processing costs vary. Our design instead enforces isolation through per-tenant CPU-time budgets at datapath intervention points within run-to-completion loops, without relying on preemption. In a case study, we instantiate Virtuoso in the TAS TCP stack and demonstrate a 7.8X reduction in victim tail latency under adversarial interference while keeping throughput within 5% of unmodified TAS. We also observe a 3X per-core efficiency improvement compared to siloed datapaths under bursty workloads.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Chamelio: A Fast Shared Cloud Network Stack for Isolated Tenant-Defined Protocols

    cs.NI 2026-04 unverdicted novelty 7.0

    Chamelio enables tenant-defined protocols in a shared network stack via bounded eBPF fast paths and cycle accounting, achieving 9.2 Mreq/s for programmable TCP and bounding tail latency at 46 microseconds under advers...