LWN.net Logo

Other Linux IPC mechanisms

Other Linux IPC mechanisms

Posted Nov 18, 2011 2:12 UTC (Fri) by jd (guest, #26381)
In reply to: Other Linux IPC mechanisms by abacus
Parent article: Fast interprocess communication revisited

RDMA is one-copy since you directly transfer data into an area of memory. Although the kernel has support for RDMA, I don't really know what it does - conventional RDMA is kernel-bypass. Ideally, RDMA would be totally offloaded to the card with the kernel only telling the card what buffers to use, what endpoints to use and whether the operation is read or write.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds