SkillAgentSearch skills...

Fastpass

A datacenter network framework that aims for high utilization with zero queueing. A logically centralized arbiter controls and orchestrates all network transfers.

Install / Use

/learn @yonch/Fastpass
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

This is a code release of Fastpass: "a datacenter network framework that aims for high utilization with zero queueing. It provides low median and tail latencies for packets, high data rates between machines, and flexible network resource allocation policies. The key idea in Fastpass is fine-grained control over packet transmission times and network paths.

A logically centralized arbiter controls and orchestrates all network transfers."

DIRECTORY STRUCTURE

src/ - arbiter/ main arbiter loop and multi-core communications - grant-accept/ PIM allocator - graph-algo/ path selection, and max-min fair and SJF allocators - kernel-mod/ Linux kernel module - protocol/ FCP (Fastpass Control Protocol) implementation - tcp-benchmark/ fine-grained socket throughput measurement for Linux

bindings/ - graph-algo/ SWIG bindings for graph-algo, for testing.

tests/ - graph-algo/ Some tests for allocators and path selection - protocol/ Protocol-related tests

Note that tests were sporadically maintained after modification to src/, so some might not pass.

COMPILING, AND MORE INFORMATION

Please see http://fastpass.mit.edu

View on GitHub
GitHub Stars159
CategoryDevelopment
Updated1mo ago
Forks33

Languages

C

Security Score

80/100

Audited on Feb 8, 2026

No findings