RFC Errata
Found 1 record.
Status: Verified (1)
RFC 4296, "The Architecture of Direct Data Placement (DDP) and Remote Direct Memory Access (RDMA) on Internet Protocols", December 2005
Source of RFC: rddp (tsv)
Errata ID: 136
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Alfred Hoenes
Date Reported: 2006-01-06
Verifier Name: lars.eggert@nokia.com
Date Verified: 2008-12-10
Section 2.2.1 says:
void rdma_read(socket_t s, ddp_addr_t s, ddp_addr_t d)
It should say:
rdma_read(socket_t s, ddp_addr_t s, length_t l, ddp_addr_t d)
Notes:
This is inconsistent with the detailed description of that primitive
given subsequently on page 15 (2nd-to-last list paragraph), which
specifies four (4) arguments.
The latter, detailed spec is the appropriate version.