Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.12 KB

D-SALT

Datacenter Sender Adaptive Low-Latency Transport

Dr. Vishal Misra ([email protected]), Dr. Dan Rubenstein ([email protected]), Kunal Mahajan ([email protected]), Pearce Kieser ([email protected]), Yudong Yang ([email protected]), Alexander Stein ([email protected])

Columbia University

IMPORTANT FILES

/data/repositories/homa/ns3simulation/pbs/model/
	- contains entire PBS host filter implementation
	- decided packet priority class mapping limits
	- records important statistics about PBS host filter
/data/repositories/homa/ns3simulation/pbs-switch/model/
	- contains entire PBS switch filter implementation
	- ensures PBS determined priorities are passed through switches
	- records important statistics about PBS switch filter
/data/repositories/homa/ns3simulation/homatopology.cc
	- contains workload gen
	- contains PBS packet filter + Priority Queue instantiation
	- contains all settings for switches
	- contains simulation run

RUN ALL SIMULATIONS

cd /data/repositories/homa/ns3simulation
./run_pipeline
	- edit top section of "run_pipeline" file to change simulation configs