HP 226824-001 - ProLiant - ML750 Wprowadzenie Podręcznik - Strona 5

Przeglądaj online lub pobierz pdf Wprowadzenie Podręcznik dla Pulpit HP 226824-001 - ProLiant - ML750. HP 226824-001 - ProLiant - ML750 12 stron. Visualization and acceleration in hp proliant servers
Również dla HP 226824-001 - ProLiant - ML750: Często zadawane pytania (4 strony), Podręcznik wdrażania (35 strony), Biała księga techniczna (12 strony), Aktualizacja oprogramowania sprzętowego (9 strony), Przegląd (20 strony), Podręcznik wdrażania (26 strony), Wprowadzenie Podręcznik (22 strony), Instrukcja rozwiązywania problemów (18 strony), Podręcznik wdrażania (11 strony), Instrukcja instalacji (2 strony), Podręcznik konfiguracji (2 strony), Wprowadzenie Podręcznik (19 strony), Aktualizacja instrukcji (9 strony), Aktualizacja instrukcji (16 strony), Wprowadzenie Podręcznik (10 strony), Krótki opis technologii (9 strony)

HP 226824-001 - ProLiant - ML750 Wprowadzenie Podręcznik

RDMA protocol overview

A series of protocols are layered to perform RDMA over TCP (Figure 3). The top three layers form the
iWARP family of protocols that provide high-speed internet operability. The RDMA protocol converts
RDMA write, RDMA read, and sends into Direct Data Placement (DDP) messages. The DDP protocol
segments outbound DDP messages into one or more DDP segments, and reassembles one or more
DDP segments into a DDP message. The marker-based, protocol-data-unit-aligned (MPA) protocol
adds a backward marker at a fixed interval to DDP segments and also adds a length and cyclical
redundancy check (CRC) to each MPA segment. TCP schedules outbound TCP segments and satisfies
delivery guarantees. IP adds necessary network routing information.
Figure 3. Protocol layers for RDMA over TCP
TX
RDMA
DDP
MPA
TCP
IP
TCP uses a stream of 8-bit fields (octets) to communicate data, while DDP uses fixed protocol data
units (PDUs). To enable RDMA, DDP needs a framing mechanism for the TCP transport protocol. MPA
is a marker-based PDU-aligned framing mechanism for the TCP protocol.
MPA provides a generalized framing mechanism that enables a network adapter using DDP to locate
the DDP header. The adapter can then place the data directly in the application buffer, based on the
control information carried in the header. MPA enables this capability even when the packets arrive
out of order. By enabling DDP, MPA avoids the memory copy overhead and reduces the memory
requirement for handling out-of-order packets and dropped packets.
MPA creates a framed PDU (FPDU) by prefixing a header, inserting markers, and appending a CRC
after the DDP segment. MPA delivers the FPDU to TCP. The MPA-aware TCP sender puts the FPDUs
into the TCP stream and segments the TCP stream so that each TCP segment contains a single FPDU.
The MPA receiver locates and assembles complete FPDUs within the stream, verifies their integrity,
and removes information that is no longer necessary. MPA then provides the complete DDP segment
to DDP.
RX
Converts RDMA write, RDMA read, and sends into DDP
messages
Segments outbound (TX) DDP messages into one or more
DDP segments; reassembles one or more DDP segments
into a DDP message
Adds a backward marker at a fixed interval to DDP
segments; also adds a length and CRC to each MPA
segment
Schedules outbound TCP segments and satisfies delivery
guarantees
Adds necessary network routing information
5