microsoft / Freeflow

High performance container overlay networks on Linux. Enabling RDMA (on both InfiniBand and RoCE) and accelerating TCP to bare metal performance. Freeflow requires zero modification on application code/binary.
MIT License
603 stars 92 forks source link

Does ffrouter accelerate TCP socket using RDMA? #3

Closed rhiswell closed 6 years ago

rhiswell commented 6 years ago

Or just forward stream to host network?

bobzhuyb commented 6 years ago

No. If you want that, you can use freeflow in combination with rsocket.

The tcp branch has nothing to do with rdma. In a nutshell, it creates a short-cut in kernel for applications inside containers to avoid unnecessary kernel stack overhead.

rhiswell commented 6 years ago

Thanks.