Skip to content

Commit

Permalink
feat(examples): add an initial implementation of rc_pingpong
Browse files Browse the repository at this point in the history
Just as what rdma-core's ibv_rc_pingpong does, we create a Rust version
of rc_pingpong, though we currently don't support device memory and ODP.

Signed-off-by: Luke Yue <[email protected]>
  • Loading branch information
dragonJACson committed Oct 6, 2024
1 parent 20f783d commit 7363f1f
Show file tree
Hide file tree
Showing 4 changed files with 977 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
trybuild = "1.0"
rstest = "0.22"
rstest = "0.23"
clap = { version = "4.5", features = ["derive"] }
rand = "0.8"
postcard = { version = "1.0", features = ["alloc"] }
quanta = "0.12"
byte-unit = "5.1"
ouroboros = "0.18"
Loading

0 comments on commit 7363f1f

Please sign in to comment.