NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Fetch thread that can simultaneously process several fetch tasks. More...
#include <fetcher.h>
Data Fields | |
Uring | ur |
ThreadCtrl | ctrl |
struct rte_mempool * | interestMp |
struct cds_hlist_head | tasksHead |
pcg32_random_t | nonceRng |
uint32_t | uringWaitLbound |
FaceID | face |
uint32_t | uringCapacity |
Fetch thread that can simultaneously process several fetch tasks.
ThreadCtrl FetchThread::ctrl |
FaceID FetchThread::face |
struct rte_mempool* FetchThread::interestMp |
pcg32_random_t FetchThread::nonceRng |
struct cds_hlist_head FetchThread::tasksHead |
Uring FetchThread::ur |
uint32_t FetchThread::uringCapacity |
uint32_t FetchThread::uringWaitLbound |