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

RDMA 模块支持 RDMA_READ/RDMA_WRITE 的可行性 #2742

Open
ivanallen opened this issue Aug 21, 2024 · 1 comment
Open

RDMA 模块支持 RDMA_READ/RDMA_WRITE 的可行性 #2742

ivanallen opened this issue Aug 21, 2024 · 1 comment

Comments

@ivanallen
Copy link
Contributor

ivanallen commented Aug 21, 2024

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 中描述的架构。

@yanglimingcn
Copy link
Contributor

yanglimingcn commented Aug 21, 2024

@Tuvie 辛苦评估一下,另外,我想再加个问题,现在的rdma可以配置成polling模式吗?或者增加这样的模式可行吗?

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