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

How do I send when the payload is 4 kB? #10

Open
13362130124 opened this issue Mar 3, 2023 · 4 comments
Open

How do I send when the payload is 4 kB? #10

13362130124 opened this issue Mar 3, 2023 · 4 comments

Comments

@13362130124
Copy link

Hello, I want to test the latency when the payload is 4 KB. I modify max_inline_data to increase the value of message. When max_inline_data is 828, create_qp fails.
Maybe it's not the right way to modify it. How do I send when the payload is 4 kB?

@NEWPLAN
Copy link

NEWPLAN commented Mar 3, 2023

You may split the message into multiple smaller pieces and send them one by one.

@13362130124
Copy link
Author

You may split the message into multiple smaller pieces and send them one by one.

You mean split my message? However, I want to test the latency in the scenario with a large payload.

@NEWPLAN
Copy link

NEWPLAN commented Mar 8, 2023

You may split the message into multiple smaller pieces and send them one by one.

You mean split my message? However, I want to test the latency in the scenario with a large payload.

Is it possible to pack the message (addr and lkey) in a sge and then insert it in a wqe?

@NEWPLAN
Copy link

NEWPLAN commented Mar 8, 2023

You may ref to perftest@https://github.com/linux-rdma/perftest for testing the latency and throughput, which is the most popular tool for RDMA performance benchmark.

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

No branches or pull requests

2 participants