NFS-RDMA allows an NFS client and server to communicate using an RDMA capable network transport. Benefits of using an RDMA transport include significantly lower CPU utilization and higher throughput. The Linux NFS-RDMA implementation runs on the OpenFabrics RDMA stack. This stack provides the software infrastructure and device driver support for RDMA capable devices.
The OFA stack provides a transport neutral API that allows applications to transparently take advantage of RDMA capable transports. In plain english, this means that an application such as NFS-RDMA can run over Infiniband or iWARP on devices from various vendors without change. This extremely powerful capability allows applications to run over IB or iWARP concurrently without change. Please visit The Open Fabrics Alliance for more information on OFA, its charter and it's software.
There are a number of ways to get the NFS-RDMA software: |