Skip to content

Commit

Permalink
Merge pull request #1 from SJTU-IPADS/develop
Browse files Browse the repository at this point in the history
minor refine readme
  • Loading branch information
wxdwfc authored Jun 27, 2022
2 parents 8dc3a58 + fe40848 commit 73e3d7e
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 73e3d7e

Please sign in to comment.