We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
存储领域,大块 IO,如果能使用 RDMA_READ/RDMA_WRITE 这种单边操作,会节省 cpu,用更少的核达到更高的吞吐。
目前看代码 send/recv 已经是 zero copy,不确定单边操作是否可获得实质性的收益。
Describe the solution you'd like (描述你期望的解决方法)
可能可以借鉴 NVMe/RDMA Transport spec 中描述的架构。
The text was updated successfully, but these errors were encountered:
@Tuvie 辛苦评估一下,另外,我想再加个问题,现在的rdma可以配置成polling模式吗?或者增加这样的模式可行吗?
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
存储领域,大块 IO,如果能使用 RDMA_READ/RDMA_WRITE 这种单边操作,会节省 cpu,用更少的核达到更高的吞吐。
目前看代码 send/recv 已经是 zero copy,不确定单边操作是否可获得实质性的收益。
Describe the solution you'd like (描述你期望的解决方法)
可能可以借鉴 NVMe/RDMA Transport spec 中描述的架构。
The text was updated successfully, but these errors were encountered: