Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Add DPDK service queue | Alex Williams | 2019-11-26 | 1 | -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 port | Alex Williams | 2019-11-26 | 1 | -0/+41 |