From fe4084821f1230ba8433e4e1f1d15a8828fa3db6 Mon Sep 17 00:00:00 2001 From: wxd Date: Mon, 27 Jun 2022 20:39:39 +0800 Subject: [PATCH] minor refine readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a25c61f..71a9922 100644 --- a/README.md +++ b/README.md @@ -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.