Skip to content

Commit

Permalink
minor refine readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectMitosisOS committed Jun 27, 2022
1 parent 8dc3a58 commit fe40848
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# KRCore: fast RDMA connection support

This artifact is used for ATC'22. Please refer to [install.md](docs/install.md) for the environment setup and [exp.md](docs/exp.md) for the evaluations. All documents can be found in the `doc` directory of the artifact.
KRCore contains two-parts. The first is a kernel-space RDMA library written in Rust.
The second is a kernel-space component to provide fast user-space RDMA-capable connection setup.
Please refer to [install.md](docs/install.md) for the environment setup and [exp.md](docs/exp.md) for the evaluations. All documents can be found in the `doc` directory of the artifact.

Since KRCore is a kernel-space solution with RDMA, we should first build KRCore from source at the machines involved in the evaluations. Afterward, we provide scripts so that all the evaluations can be done on a single controller machine.

Expand Down

0 comments on commit fe40848

Please sign in to comment.