Skip to content

fshahinfar1/Backdraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backdraft

Backdraft is a new lossless virtual switch that addresses the slow receiver problem by combining three new components: (1) Dynamic Per-Flow Queuing (DPFQ) to prevent HOL blocking and provide on-demand memory usage; (2) Doorbell queues to reduce CPU overheads; (3) A new overlay network to avoid congestion spreading.

What is the slow receiver problem?

Any networked application is potentially a slow receiver if it is unable to keep up with the incoming rate.

System Architetcure

Backdraft

Repo Layout

- /
 - env: all scripts regarding environment setup
 - exp: all scripts regarding experiments in the paper
 - code: all the codes and libraries built for Backdraft
  - tas: tas library for the userspace TCP/DCTCP
  - Homa: Homa openloop app workload generator
  - apps: dummy applications to generate non-cooperative workload.
  - dpdk: DPDK
  - lib: backdraft interface library
  - tas-benchmark: tas applications

For installing Backdraft look here and for some details about experiments look here.

License

MIT

Disclaimer

This is a research prototype.

Help

Please use Github Issues.

Still working on the readme!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.4%
  • HTML 7.9%
  • C++ 4.0%
  • Python 1.5%
  • JavaScript 1.4%
  • Makefile 0.9%
  • Other 0.9%