-
Notifications
You must be signed in to change notification settings - Fork 395
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
fabtests/benchmarks: Add rma_pingpong benchmark #9613
Conversation
9d613d9
to
dee828e
Compare
bot:aws:retest |
dee828e
to
d0a563e
Compare
bot:aws:retest |
aad76a1
to
01df27a
Compare
Thanks @j-xiong and @shijin-aws, resolved all comments except for the question about |
bot:aws:retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: add fabtests/benchmarks
prefix in your commit's title
01df27a
to
27bf388
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took a glance and had some nitpicky things. Nice test though. Thanks!
RMA latency test for write and writedata operations. * Write: polls receive buffer on receive side * Writedata: polls for completions on receiver side Signed-off-by: Eric Raut <[email protected]>
27bf388
to
e5828ed
Compare
Resolved comments from @aingerson |
bot:aws:retest |
bot:aws:retest |
The failure with DMABUF-Tests was due to failure of a test node. Restarted Intel CI run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks!
RMA latency test for write and writedata operations.