Vasiliy, I am not sure if I understand your question correctly. Copying data between two machines is straightforward with RDMA: the verbs operations do exactly that.
There are tutorials for this online. A good one is http://thegeekinthecorner.wordpress.com/2013/02/02/rdma-tutorial-pdfs/. For more example programs, look into the examples folder of libibverbs and librdmacm. --Anuj On Mon, Dec 23, 2013 at 2:34 PM, Vasiliy Tolstov <[email protected]> wrote: > Hi all. Does anybody knowns how create using rdma driver to share > memory from two servers? > For example - i need memory from srv1 copied to srv2 and srv2 to srv1 ? > If nobody knowns, can somebody share to me info/link for docs that can > explain me that function/ subsystems i need to know/use to create such > thing? > > -- > Vasiliy Tolstov, > e-mail: [email protected] > jabber: [email protected] > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
