in section 6.7.2.2 of udapl12_091504.pdf it says "dat_lmr_free destroys an instance of the LMR... The operation does not deallocate the memory region or unpin...
The reason that it might not unpin the memory is that it might not be safe for it to do so on any OS that does not properly count memory pins. So even if a...
Synopsis: DAT_RETURN dat_ep_post_rdma_write_imm ( IN DAT_EP_HANDLE ep_handle, IN DAT_COUNT num_segments, IN DAT_LMR_TRIPLET *local_iov, IN DAT_UINT32...
We will have a DAT Collaborative conference call this Wednesday April 13, 12:00-12:30pm EDT (9:00am-9:30am PDT). Moderator: Arkady Kanevsky Phone: 888-827-8686...
I am happy to report that PathScale has joint DAT collaborative as the full member. Welcome on board of DAT train. Arkady Kanevsky Chair of DAT Collaborative ...
I reviewed the ITAPI 2.0 document to see how things were going in terms of trying to keep DAT and ITAPI as similar as possible. I came up with the following...
Hit send too quickly: Add that ITAPI defines a standard method of doing IRD/ORD negotiation. DAT does not, but does nothing to prevent applications from...
Caitlin: Thank you Caitlin. This is great. Raja ... From: dat-discussions@yahoogroups.com [mailto:dat-discussions@yahoogroups.com] On Behalf Of Caitlin...
Raja Srinivasan
raja.srinivasan@...
Apr 22, 2005 6:15 pm
3339
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the dat-discussions group. File :...
dat-discussions@yahoo...
Apr 25, 2005 8:22 pm
3340
We will have a DAT Collaborative conference call this Wednesday April 27, 12:00-1:00pm EDT (9:00am-10:00am PDT). Moderator: Arkady Kanevsky Phone: 888-827-8686...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the dat-discussions group. File :...
dat-discussions@yahoo...
Apr 27, 2005 7:15 pm
3342
One of my action items from the face-to-face was to discuss the performance implications for DAPL of defining RNIC-PI completions in an ITAPI format. ...
We will have a DAT Collaborative conference call this Wednesday May 3, 12:00-1:00pm EDT (9:00am-10:00am PDT). Moderator: Arkady Kanevsky Phone: 888-827-8686 ...
An open source implementation of the DAT API for the OpenIB stack (gen2) is available in the OpenIB subversion repository at ...
James Lentini
jlentini@...
May 4, 2005 5:56 am
3345
There are essentially two methods of specifying physical page registration found in RNIC-PI and/or IB gen2 verbs. One is that you pass a pointer to an array of...
... The address of the first entry in the array should be allowed to be non-page-aligned. All other entries must start on a page boundary. The length also...
DAT currently uses typedefs for three different purposes: 1) documenting an intent to subclass. The newly created type may be identical to the parent type as...
Please, read DAPL Plugfest PR http://www.datcollaborative.org/DAPL-PlugFest.pdf on DAT web site http://www.datcollaborative.org/. After some delay the PR is...
... That's the way Voltaire implemented the PMR in the first place, as a proprietary implementation. This way, also allows registration of partial pages (the...
... I think any FMR support in the DAPL API should be the "standard" FMR support as defined in iWARP and the IB specification version 1.2. The Mellanox ...
... By "proprietary implementation for dat 1.2" I ment proprietary, DAPL wise, because DAT 1.2 doesn't support any FMR, right now. I did not even suggest to...
My point was that there is an emerging transport independent operation for fast memory register being done through a post to an endpoint by a kernel...
Hi, ... The DAT region description (in 1.2, at least) is a union without a (u64 *) member, but rather a (void *), so maybe it should be added. Hence, the...