GPU-to-storage transfers move by direct memory access instead of through the host CPU, so the cores and DRAM you bought for AI stay available to AI.
Fabric bandwidth has outrun what a host CPU can shepherd. When every byte is copied through host DRAM on its way to the accelerator, the CPU becomes the governor on a storage tier that is otherwise fast enough.
Fast is not free if the client takes the hardware with it. Architectures that need kernel-bypass modes to hit peak numbers pay for them in pinned memory and permanently reserved cores.
RDMA is not a bolt-on accelerator sitting in front of a slow file system. It is the transport under DirectFlow, the POSIX parallel client that already talks straight to storage nodes with the control plane out of band.
RDMA runs on the network you already chose. V5000 storage nodes support InfiniBand NDR and NDR200 as well as 400, 200, and 100 GbE Ethernet, with two high-speed network slots per node and LACP link aggregation by default.