Categories
Publications

Optimized Page Fault Handling During RDMA

This research paper was accepted by the journal IEEE Transactions on Parallel and Distributed Systems and will be published in vol. 33, no. 12, pp. 3990-4005 in December 2022.

Abstract

Remote Direct Memory Access (RDMA) is widely used in High-Performance Computing (HPC) while making inroads in datacenters and accelerators. State-of-the-art RDMA engines typically do not endure page faults, therefore users are forced to pin their buffers, which complicates the programming model, limits the memory utilization, and moves the pressure to the Network Interface Cards (NICs). In this article we introduce a mechanism for handling dynamic page faults during RDMA, named PART, suitable for emerging processors that also integrate the Network Interface. PART leverages the IOMMU already present in modern processors for translations. PART avoids the pinning overheads, allows any buffer to be used for communication, and enables overlapping page fault handling with serving subsequent RDMA transfers. We implement and optimize PART for a cluster of ARMv8 cores with tightly-coupled network interfaces. Handling a minor page-fault of a small transfer at the destination takes approximately 38 μ secs, while there is no performance degradation when running three full MPI applications in 16 nodes and 64 cores. Detailed breakdown uncovers the hardware and system software components of this overhead and was used to further optimize the system. A 4MB RDMA transfer performs 1.46x better over pinning.

Authors

Antonis Psistakis (University of Illinois at Urbana-Champaign), Nikos Chrysos (FORTH), Fabien Chaix (FORTH), Marios Asiminakis (FORTH), Michalis Gianioudis (FORTH), Pantelis Xirouchakis (FORTH), Vassilis Papaefstathiou (FORTH), Manolis Katevenis (FORTH)

DOI: 10.1109/TPDS.2022.3175666

Paper>>