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

Make work queue limits configurable in QueuePairBuilder. #38

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

sensille
Copy link
Contributor

In create_qp, max_send_wr and max_recv_wr are set to a fixed value of 1. Does this have a specific reason? I would like to use larger values in my application.

@jonhoo
Copy link
Owner

jonhoo commented Nov 25, 2024

Hmm, it's been a very long time since I used this myself, so I honestly don't remember. Seems fine to allow configuring them though, thanks!

@jonhoo jonhoo merged commit aed0c60 into jonhoo:main Nov 25, 2024
12 checks passed
@jonhoo
Copy link
Owner

jonhoo commented Dec 27, 2024

Releasing in #43

jonhoo added a commit that referenced this pull request Dec 27, 2024
ibverbs-sys 0.3.0+55.0: 55.0 + bindgen + pub consts + non-in-place build
ibverbs 0.9.0: -sys 0.3.0 + configurable work queue limits

rdma-core bump is for linux-rdma/rdma-core#1485
bindgen bump is for harryfei/which-rs#104

Includes #38, #39, #41, and #42.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants