We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Userspace networking: beyond the kernel bypass with RDMA!

Formale Metadaten

Titel
Userspace networking: beyond the kernel bypass with RDMA!
Untertitel
Using the RDMA infrastructure for performance while retaining kernel integration
Serientitel
Anzahl der Teile
490
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
While userspace networking has demonstrated great performance benefits, it does come with greater complexity than kernel networking. In parallel, Remote Direct Memory Access (RDMA) was developed as an efficient way to move data in HPC and storage clusters with great success. Key properties of this technology are also highly desirable for userspace networking: native integration with the operating system (OS), OS bypass and a very efficient software interface. RDMA-capable network adapters are now enabling standard Ethernet networking functions through the RDMA interface, allowing userspace networking software such as VPP to achieve extreme performance while integrating transparently with the OS. We'll present: the RDMA Ethernet concepts, architecture and interfaces how VPP leverages it the problems solved by this architecture and the usecase it enables