Skip to content

Author

Jian Cheng

1 paper indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Book Open access Aug 2026

eCCA: Deploying In-Network Congestion Control Algorithms in Practice with eBPF

In-network congestion control algorithms (CCAs) are essential for emerging datacenter applications to achieve high throughput and low tail latency. Deploying these CCAs in production requires preserving the existing, highly optimized network datapath as much as possible, since rebuilding or modifying the datapath demands substantial engineering effort to regain performance. Although eBPF enables flexible kernel programmability, deploying in-network CCAs through it remains challenging due to semantic misalignment across kernel hooks, compatibility issues with existing mechanisms, and instability across kernel versions. We present eCCA, an eBPF-based framework that enables the deployment of in-network CCAs in the standard Linux kernel without intrusive code modifications. To address the above challenges, eCCA introduces unified context management, functionally correct hook orchestration, and deployment-adaptive abstractions, which are derived from our practical deployment experiences. We demonstrate the practicality of eCCA by deploying CAQM across multiple NIC models and Linux kernel versions with minimal requirements. Evaluations show that CAQM on eCCA preserves native CAQM’s control behavior with less than 3% throughput loss, while reducing tail latency by 96% compared to CUBIC at the same throughput.

Xinshu Wang, Bin Yang, Jian Cheng et al. · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.