You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
LITE Local Indirection TiEr
2
2
====
3
3
4
-
LITE - Kernel RDMA Support for Datacenter Applications v1.0
4
+
LITE - Kernel RDMA Support for Datacenter Applications v0.2
5
5
6
6
LITE stands for Local Indirection TiEr for RDMA in the Linux kernel.
7
7
LITE virtualizes native RDMA into a flexible, high-level, easy-to-use abstraction and allows applications to safely share resources.
@@ -100,6 +100,10 @@ Currenly, LITE doesn't provide complete instructions for leaving LITE cluster.
100
100
If a node leaves, all nodes have to leave LITE and rebuild the whole cluster. By running `rmmod``lite_api.ko` and `lite_internal.ko` in order can terminate the LITE module (or running `lite_rmmod.sh`).
101
101
It could re-connect to LITE cluster manager to rebuild the whole LITE cluster again by following Step 5 (also ctrl+c to re-run for cluster manager).
0 commit comments