Host-Driven Flowlet Balancing with Segment Routing over IPv6
This paper proposes a host-driven method for flowlet balancing using Segment Routing over IPv6 (SRv6), reducing tail latency by 15% and 33% compared to random flowlet balancing and ECMP, respectively.
Proposes a host-driven method for flowlet balancing using SRv6
Before reading this…
Applications
- →Data center networks
To understand this paper, make sure you know these concepts first:
- Understanding of data center networks and Segment Routing over IPv6find papers →
Abstract
More Like ThisThis paper proposes a fully host-driven method for flowlet balancing with Segment Routing over IPv6 (SRv6). In modern data center networks, load balancing plays a pivotal role in efficiently utilizing multiple paths. Flowlet balancing offers finer granularity in traffic splitting than ECMP and is therefore expected to achieve higher performance. However, deploying flowlet balancing in practice is still challenging due to the scalability issue of switches having to maintain per-flow state. In our approach, hosts detect flowlets in their outgoing traffic and steer them onto specific paths using SRv6. The switches behave as SRv6 nodes in a stateless manner. Each host distributes its flowlets as evenly as possible across paths. As a metric for this load balancing, we introduce a simple model that estimates in-flight bytes on each path. We implemented the proposed method on Linux and evaluated it on a testbed with an SRv6-capable router. The results show that, under fixed-size flows, the proposed method reduces tail latency by 15% and 33% compared with random flowlet balancing and ECMP, respectively. Furthermore, combining the method with dynamically adjusted flowlet timeouts also improves performance under two application workloads.