summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/rdma/rdma_wrap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-6/+16
* QPID-3227: account for extra header bytes when computing data size for send b...Kenneth Anthony Giusti2011-04-271-7/+8
* Rename Rdma send buffer operations.Andrew Stitcher2010-12-231-2/+2
* Changes due to review comments from Doug Ledford:Andrew Stitcher2010-12-231-6/+5
* Implementation for v1 rdma protocol - append sent credit and flags wordAndrew Stitcher2010-12-231-0/+1
* Reduce rdma scatter gathers allocated per queue pair to 1 as iWarpAndrew Stitcher2010-12-231-2/+5
* Fix error handling for ibv_post_send() & ibv_port_recv()Andrew Stitcher2010-12-231-3/+3
* Dispose the queue pair before acknowledging channel events when destroyingAndrew Stitcher2010-09-081-3/+6
* Use structures with much less dynamic allocation to hold rdma buffersAndrew Stitcher2010-09-081-14/+17
* Refactored Rdma write buffers to be controlled by the rdma_wrapper layerAndrew Stitcher2010-09-081-24/+37
* Move rdma recv buffers to a single large allocation rather than piecemeal all...Andrew Stitcher2010-09-081-2/+34
* Move the RDMA buffer tracking/destruction into the QueuePair class fromAndrew Stitcher2010-09-081-1/+5
* Combine Rdma::Buffer and ibv_sge needed to send itAndrew Stitcher2010-06-141-29/+17
* Rearrange RDMA wrapper class code so that the interface and implementationAndrew Stitcher2010-05-131-15/+349
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Fix compile breakage with different versions of librdma_cmAndrew Stitcher2009-01-271-0/+2
* Added missing ASF licenseGordon Sim2008-12-151-0/+21
* QPID-1438: Before registering the rdma daemon transport plugin checkAndrew Stitcher2008-11-071-0/+7
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-111-0/+155