aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/offload_io_srv_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* transport: Implement an I/O service that uses an offload threadCiro Nishiguchi2019-11-261-0/+278
The offload_io_service executes another I/O service instance within an offload thread, and provides synchronization mechanisms to communicate with clients. Frame buffers are passed from the offload thread to the client and back via single-producer, single-consumer queues.