Date: Wed, 16 Apr 2008 21:57:19 -0700 From: "Kip Macy" <kip.macy@gmail.com> To: "freebsd-net@freebsd.org" <freebsd-net@freebsd.org> Subject: Re: Planned contrib/rdma import Message-ID: <b1fa29170804162157i2766e6beqc1957a4879a86dd0@mail.gmail.com> In-Reply-To: <20080417043131.GB1237@stlux503.dsto.defence.gov.au> References: <b1fa29170804161747l1788eadci3e3d94aa5935f100@mail.gmail.com> <20080417043131.GB1237@stlux503.dsto.defence.gov.au>
next in thread | previous in thread | raw e-mail | index | archive | help
I received the following question in a private e-mail that I think others might be asking. > what is RDMA and ipwarp ? google didn't help much here :( RDMA in general is the ability to directly DMA to and from the memory of a remote host. In this particular context it is the ability to do so with authentication and access checking and thus does *not* cover firewire or countless other means by which one could trivially do memory to memory transfers. The two transports that allow this are infiniband and iwarp. Infiniband is a link layer transport. Iwarp uses TCP as the underlying transport. For more details you can see the RFCs and the consortium website. 4296 The Architecture of Direct Data Placement (DDP) and Remote Direct Memory Access (RDMA) on Internet Protocols. S. Bailey, T. Talpey. December 2005. (Format: TXT=43907 bytes) (Status: INFORMATIONAL) 4297 Remote Direct Memory Access (RDMA) over IP Problem Statement. A. Romanow, J. Mogul, T. Talpey, S. Bailey. December 2005. (Format: TXT=48514 bytes) (Status: INFORMATIONAL) 5040 A Remote Direct Memory Access Protocol Specification. R. Recio, B. Metzler, P. Culley, J. Hilland, D. Garcia. October 2007. (Format: TXT=142247 bytes) (Status: PROPOSED STANDARD) http://www.rdmaconsortium.org/home
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b1fa29170804162157i2766e6beqc1957a4879a86dd0>