Tide: A Split OS Architecture for Control Plane Offloading

📅 2024-08-30
📈 Citations: 3
Influential: 0
📄 PDF
🤖 AI Summary
Facing efficiency bottlenecks in cloud servers amid the end of Moore’s Law, this paper proposes a Split OS architecture that offloads OS control-plane tasks to embedded ARM cores on SmartNICs. Our approach employs mechanism-policy separation, a low-overhead cross-device communication API, lightweight state synchronization, and PCIe latency avoidance—enabling, for the first time, microsecond-scale OS control-plane execution directly on SmartNICs, with performance matching or exceeding that of the host CPU. Evaluation shows: memory management offloading frees up 16 CPU cores; Stubby RPC reduces overhead by eight cores; and GCE virtual machine management throughput improves by 11.2%. This work demonstrates the feasibility and substantial benefits of hardware-accelerated control-plane offloading, establishing a new paradigm for enhancing cloud infrastructure efficiency.

Technology Category

Application Category

📝 Abstract
The end of Moore's Law is driving cloud providers to offload virtualization and the network data plane to SmartNICs to improve compute efficiency. Even though individual OS control plane tasks consume up to 5% of cycles across the fleet, they remain on the host CPU because they are tightly intertwined with OS mechanisms. Moreover, offloading puts the slow PCIe interconnect in the critical path of OS decisions. We propose Tide, a new split OS architecture that separates OS control plane policies from mechanisms and offloads the control plane policies onto a SmartNIC. Tide has a new host-SmartNIC communication API, state synchronization mechanism, and communication mechanisms that overcome the PCIe bottleneck, even for $mu$s-scale workloads. Tide frees up host compute for applications and unlocks new optimization opportunities, including machine learning-driven policies, scheduling on the network I/O path, and reducing on-host interference. We demonstrate that Tide enables OS control planes that are competitive with on-host performance for the most difficult $mu$s-scale workloads. Tide outperforms on-host control planes for memory management (saving 16 host cores), Stubby network RPCs (saving 8 cores), and GCE virtual machine management (11.2% performance improvement).
Problem

Research questions and friction points this paper is trying to address.

Offload userspace system software to SmartNIC cores
Optimize datacenter efficiency via host-SmartNIC resource management
Improve scalability by rethinking system software placement
Innovation

Methods, ideas, or system contributions that make the work stand out.

Offload userspace system software to SmartNIC
Introduce new host-SmartNIC communication API
Optimize resource management with SmartNIC ARM cores
🔎 Similar Papers
No similar papers found.
Google, Inc. | Columbia University | University of Washington | UC Berkeley | Stanford University
J
Jack Tigar Humphries
Google, Inc.
N
Neel Natu
Google, Inc.
K
Kostis Kaffes
Columbia University
S
Stanko Novaković
Google, Inc.
P
Paul Turner
Google, Inc.
H
Hank Levy
University of Washington
D
David E. Culler
UC Berkeley
Christos Kozyrakis
Christos Kozyrakis
Stanford University
Computer ArchitectureComputer SystemsCloud Computing