summaryrefslogtreecommitdiffstats
path: root/test.c
Commit message (Collapse)AuthorAgeFilesLines
* Added new function 'kiro_trb_dma_push' that allows the user to directlyTimo Dritschler2014-04-281-4/+4
| | | | | | | | 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-0/+1
| | | | | | 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/+50
Created KiroTrb (KIRO Transmittable Ring Buffer) class Wrote short test for KiroTrb class