aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/dpdk_port_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add DPDK service queueAlex Williams2019-11-261-0/+65
| | | | | | | This is a data structure intended for use by the DPDK I/O service. It uses DPDK's lockless ring in multi-producer, single-consumer mode to allow clients to submit requests to the DPDK I/O service's worker thread. Clients can specify a timeout for the requests to be fulfilled.
* tests: Add check for life on DPDK portAlex Williams2019-11-261-0/+41