phoenix-dataplane / phoenix

Phoenix dataplane system service
https://phoenix-dataplane.github.io
Apache License 2.0
51 stars 9 forks source link

Test various threading models for koala #78

Open crazyboycjr opened 2 years ago

crazyboycjr commented 2 years ago
  1. One thread post_send/recv, another thread poll_cq
  2. Multiple threads operate on their own QPs, and poll the CQs associated with those QPs
  3. Run those tests simultaneously with multiple processes
crazyboycjr commented 2 years ago

Also see #76

crazyboycjr commented 2 years ago

Adding a bench_write in this PR #148