summaryrefslogtreecommitdiffstats
path: root/kiro-trb.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed build system to CMakeTimo Dritschler2014-05-271-332/+0
|
* Restructured kiro-server implementation to make it a bit more modularTimo Dritschler2014-05-091-1/+1
| | | | | | | | | | Added interface to kiro-client to access the memory allocated for communication Added new 'kiro_destroy_connection' to kiro-rdma package Changed interface of 'kiro_destroy_connection_context' and updated server and client accordingly Started to implement a more visual testing routine in test-server Made test-client use commandline arguments for address and port Updated Makefile
* Added documentation to KIRO TRB Header fileTimo Dritschler2014-04-301-22/+174
|
* Added new function 'kiro_trb_dma_push' that allows the user to directlyTimo Dritschler2014-04-281-1/+66
| | | | | | | | 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
* Added 'kiro_trb_refresh' that refreshes all internal metaTimo Dritschler2014-04-251-10/+14
| | | | | | information based on the memory content Added 'kiro_trb_is_setup' to check if the buffer is consistent
* Initial Commit for "KIT Infiniband Remote Objects" (KIRO) LibraryTimo Dritschler2014-04-231-0/+111
Created KiroTrb (KIRO Transmittable Ring Buffer) class Wrote short test for KiroTrb class