summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed kiro_create_rdma_memory not setting pointers correctlyTimo Dritschler2014-04-256-15/+27
| | | | Fixed a bug in KIRO Server and Client that prevented preemtive "Post Recv"
* Small detail fix in KIRO ServerTimo Dritschler2014-04-254-7/+39
| | | | | Added small test program for KIRO Server and Client Updated Makefile
* Added first draft of 'KIRO Server' classTimo Dritschler2014-04-253-1/+329
| | | | Updated Makefile
* Added first draft of a KIRO Client classTimo Dritschler2014-04-243-2/+297
| | | | Updated Makefile
* Added new 'toolbox' unit KIRO RDMA that contains all 'loose'Timo Dritschler2014-04-241-0/+172
| | | | functionality that will be used by both, server and client
* Initial Commit for "KIT Infiniband Remote Objects" (KIRO) LibraryTimo Dritschler2014-04-234-0/+402
Created KiroTrb (KIRO Transmittable Ring Buffer) class Wrote short test for KiroTrb class