PRISM: Rethinking the RDMA interface for distributed systems

M Burke, S Dharanipragada, S Joyner… - Proceedings of the …, 2021 - dl.acm.org
M Burke, S Dharanipragada, S Joyner, A Szekeres, J Nelson, I Zhang, DRK Ports
Proceedings of the ACM SIGOPS 28th Symposium on Operating Systems Principles, 2021dl.acm.org
Remote Direct Memory Access (RDMA) has been used to accelerate a variety of distributed
systems, by providing low-latency, CPU-bypassing access to a remote host's memory.
However, most of the distributed protocols used in these systems cannot easily be
expressed in terms of the simple memory READs and WRITEs provided by RDMA. As a
result, designers face a choice between introducing additional protocol complexity (eg,
additional round trips) or forgoing the benefits of RDMA entirely. This paper argues that an …
Remote Direct Memory Access (RDMA) has been used to accelerate a variety of distributed systems, by providing low-latency, CPU-bypassing access to a remote host's memory. However, most of the distributed protocols used in these systems cannot easily be expressed in terms of the simple memory READs and WRITEs provided by RDMA. As a result, designers face a choice between introducing additional protocol complexity (e.g., additional round trips) or forgoing the benefits of RDMA entirely.
This paper argues that an extension to the RDMA interface can resolve this dilemma. We introduce the PRISM interface, which adds four new primitives: indirection, allocation, enhanced compare-and-swap, and operation chaining. These increase the expressivity of the RDMA interface, while still being implementable using the same underlying hardware features. We show their utility by designing three new applications using PRISM primitives, that require little to no server-side CPU involvement: (1) PRISM-KV, a key-value store; (2) PRISM-RS, a replicated block store; and (3) PRISM-TX, a distributed transaction protocol. Using a software-based implementation of the PRISM primitives, we show that these systems outperform prior RDMA-based equivalents.
ACM Digital Library
以上显示的是最相近的搜索结果。 查看全部搜索结果