Re: [openib-general] Quick RDMA Write with Immediate Data Item question

2006-05-14 Thread Dotan Barak
Hi. On Saturday 13 May 2006 01:24, Steven Wooding wrote: This leads me to another question I had about memory protection for RDMA writes. What's the best way to stop the sender accidentally writing a larger message than they should of, if I didn't want to use a different rkey for each

[openib-general] Quick RDMA Write with Immediate Data Item question

2006-05-12 Thread Steven Wooding
Hi, Just a quick question I can't seem to find the answer to. With an RDMA Write with Immediate Data Item transfer, in the CQE at the destination (the thing that has the Immediate Data it), does the CQE also contain the memory location where the message just got written too? i.e.does the

Re: [openib-general] Quick RDMA Write with Immediate Data Item question

2006-05-12 Thread Ken Jeffries
: Steven Wooding To: openib-general@openib.org Sent: Friday, May 12, 2006 7:46 AM Subject: [openib-general] Quick RDMA Write with Immediate Data Item question Hi, Just a quick question I can't seem to find the answer to. With an "RDMA Write with Immediate Data Item"

Re: [openib-general] Quick RDMA Write with Immediate Data Item question

2006-05-12 Thread Roland Dreier
Steven With an RDMA Write with Immediate Data Item transfer, in Steven the CQE at the destination (the thing that has the Steven Immediate Data it), does the CQE also contain the memory Steven location where the message just got written too? i.e. does Steven the scatter/gather

Re: [openib-general] Quick RDMA Write with Immediate Data Item question

2006-05-12 Thread Arlin Davis
Roland Dreier wrote: Steven With an RDMA Write with Immediate Data Item transfer, in Steven the CQE at the destination (the thing that has the Steven Immediate Data it), does the CQE also contain the memory Steven location where the message just got written too? i.e. does Steven

Re: [openib-general] Quick RDMA Write with Immediate Data Item question

2006-05-12 Thread Roland Dreier
Arlin The work completion will also include the length of the Arlin RDMA write. Yes, that's true. - R. ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit

Re: [openib-general] Quick RDMA Write with Immediate Data Item question

2006-05-12 Thread Roland Dreier
Steven With an RDMA Write with Immediate Data Item transfer, in Steven the CQE at the destination (the thing that has the Steven Immediate Data it), does the CQE also contain the memory Steven location where the message just got written too? i.e. does Steven the scatter/gather

Re: [openib-general] Quick RDMA Write with Immediate Data Item question

2006-05-12 Thread Steven Wooding
The work completion will also include the length of the RDMA write. This leads me to another question I had about memory protection for RDMA writes. What's the best way to stop the sender accidentally writing a larger message than they should of, if I didn't want to use a different rkey for each