What Is RDMA?
RDMA lets one machine read or write another machine's memory directly, without involving either CPU. Over Ethernet it is carried by RoCEv2, and it is how GPUs move data during AI training.
Zero-copy, CPU bypass, and why that is the point
A normal network transfer copies data through the kernel and leans on the CPU at both ends. RDMA removes both. The adapter reads directly from application memory on the sender and writes directly into application memory on the receiver, a pattern called zero-copy with kernel bypass. Nothing traverses the CPU on the data path. That is what delivers RDMA's combination of very low latency, very high throughput, and almost no CPU cost, and it is why RDMA became the standard for GPU-to-GPU communication.
How RoCEv2 carries it over Ethernet
RoCEv2 (RDMA over Converged Ethernet, version 2) wraps RDMA in UDP and IP so it can be routed across a standard Layer 3 Ethernet fabric, no separate network required. The RDMA operation still runs adapter to adapter with the same zero-copy behavior; RoCEv2 simply gives it a routable Ethernet path. This is what lets a multi-vendor Ethernet fabric stand in for InfiniBand on GPU clusters.
Why AI collectives depend on it
AI training runs collective operations such as AllReduce: after each training step, every GPU exchanges gradients with every other GPU, then all wait for that exchange before the next step. The data volumes are large and the schedule is tight. RDMA keeps each exchange fast and off the CPU, so the collective that every GPU is blocked on finishes sooner. Multiply that across millions of steps and RDMA is a direct lever on total training time.
Why RDMA needs a lossless fabric
RDMA was designed for a no-drop transport. A single lost packet forces recovery that spikes tail latency and can stall the collective every GPU is waiting on. So RDMA over Ethernet always runs on a lossless fabric: Priority Flow Control and ECN keep the network no-drop, and dynamic load balancing keeps flows off hot links. OcNOS-DC supplies that fabric with PFC, ECN, Dynamic ECN, and DLB on Broadcom Tomahawk 5. See lossless Ethernet for how it is built.
Designing an RDMA fabric? Let's build it lossless.
Réservez une revue d'architecture →What Is RDMA FAQ
Qu'est-ce que RDMA ?
How does RoCEv2 carry RDMA over Ethernet?
Why do zero-copy and CPU bypass matter for AI?
Why does RDMA need a lossless fabric?
Design the whole AI fabric with OcNOS
From the business case to the port-count maths, pick up wherever you are in the build.
Approfondissez. Emportez-le avec vous.
Two short, technical downloads that go further than this page: the full OcNOS-DC datasheet and the lossless 800G AI fabric architecture.
Datasheet OcNOS-DC
Spécification complète OcNOS-DC : l'ensemble des fonctionnalités EVPN-VXLAN et Ethernet for AI, les SKU logiciels, les plateformes matérielles prises en charge et le guide de commande de la solution.
Obtenir la fiche techniqueOcNOS 800G Fabric IA sans perte
Fabric RoCEv2 non bloquante sur des spines Broadcom Tomahawk 4/5 : niveaux de SKU, plateformes validées et architecture de déploiement.
Obtenir le briefDatasheet OcNOS-DC
Formulaire rapide. Votre PDF s'ouvre dans un nouvel onglet immédiatement après l'envoi.
✓ Ouverture de votre PDF dans un nouvel onglet…
S'il ne s'est pas ouvert, utilisez le lien ci-dessous.
OcNOS 800G Fabric IA sans perte
Formulaire rapide. Votre PDF s'ouvre dans un nouvel onglet immédiatement après l'envoi.
✓ Ouverture de votre PDF dans un nouvel onglet…
S'il ne s'est pas ouvert, utilisez le lien ci-dessous.