Commit graph

2 commits

Author SHA1 Message Date
Alex Williams
911ca16adc lib: Add DPDK service queue
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.
2019-11-26 12:21:34 -08:00
Alex Williams
70ed069b6e tests: Add check for life on DPDK port 2019-11-26 12:21:33 -08:00