Complementing TCP with Homa, Stanford’s Reliable, Rapid Request-Response Protocol

Mon Sep 16 | 10:35am
Location:
Winchester
Abstract

At SDC 2023 last year, we presented Homa, a new datacenter protocol invented by John Ousterhout at Stanford University. While not TCP API compatible, overall, Homa provides significant advantages over TCP when it comes to tail latency and infrastructure efficiency in real-life networks.
We were told to come back with answers regarding Homa: A) can Homa and TCP co-exist in the same network peacefully? And, how can Homa be accelerated to become more useful and applicable for networked storage?

In our presentation this year we will provide those answers and new collaboration results.

First, we will show network simulation analysis for traffic comprising Homa and TCP. Because of TCP’s congestion management both protocols not only can co-exist but also be complemented in order to get the best from both: TCP for data streams plus Homa for (shorter) messages with improved tail-end latencies.

We then look into John’s open source implementation for the Linux Kernel, HomaModule and how this can be combined with another open source project, FPGA NIC Corundum.io, for FPGA acceleration of the Homa protocol.

We present experimental results for when applying known concepts of CPU offloading to Homa, especially receive side scaling (RSS), segmentation and large receive offloading. Applying the offloads to a traffic pattern with significant traffic portion of payload chunks >> MTU, both the slowdown and RTT decreases by 5x. The outcome is a Reliable, Rapid, Request-Response Protocol with benefits in storage networking and potential use for networking GPU clusters.

Learning Objectives: Tail Latencies in TCP, Computational Burden of TCP, Homa - A Replacement for TCP From Stanford University, (4RP) als alternatives to TCP.

Learning Objectives

Upon completion, participant will be able to understand Tail Latencies in TCP, Computational Burden of TCP
Upon completion, participant will be able to understand Homa, Stanford’s Reliable, Rapid Request-Response Protocol
Upon completion, participant will be able to compare FPGA based network protocol acceleration for Homa from state-of-the art techniques for TCP


---

Endric Schubert
Missing Link Electronics
Related Sessions