Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new function 'kiro_trb_dma_push' that allows the user to directly | Timo Dritschler | 2014-04-28 | 1 | -1/+1 |
| | | | | | | | | write a new element into the buffers memory Changed the name of 'kiro_trb_ingest' to 'kiro_trb_adopt' Added new function 'kiro_trb_clone' that copies the pointed memory before 'adopting' it. Started to add documentation | ||||
* | KIRO Server and Client now automatically exchange MRI on connect | Timo Dritschler | 2014-04-25 | 1 | -20/+61 |
| | | | | | | Added 'kiro_client_sync' that RDMA-READs the KIRO-TRB from the server Updated Makefile Updated test-client | ||||
* | Fixed kiro_create_rdma_memory not setting pointers correctly | Timo Dritschler | 2014-04-25 | 1 | -7/+10 |
| | | | | Fixed a bug in KIRO Server and Client that prevented preemtive "Post Recv" | ||||
* | Added first draft of a KIRO Client class | Timo Dritschler | 2014-04-24 | 1 | -0/+205 |
Updated Makefile |