Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add details for testing RDMA server #217

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions topics/RDMA.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Or append `loadmodule src/valkey-rdma.so bind=192.168.122.100 port=6379` in valk

./src/valkey-server valkey.conf

To test whether the RDMA server is working properly, do not use `valkey-cli`, which actually uses IPoIB. Instead, there is a shell script `./runtest-rdma`, which simply wraps a Python script `./tests/rdma/run.py`. The Python script would start a server locally, start a client locally and test for ~6000 KVs using RDMA write/read operations. To test remote RDMA connections, specify `./tests/rdma/rdma-test -h $remote_rdma_ip`.

### Prerequisites
Note that the network interface (192.168.122.100 of this example) should support
RDMA. To test a server supports RDMA or not:
Expand Down