NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
FetchThread Struct Reference

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
 

Detailed Description

Fetch thread that can simultaneously process several fetch tasks.

Field Documentation

◆ ctrl

ThreadCtrl FetchThread::ctrl

◆ face

FaceID FetchThread::face

◆ interestMp

struct rte_mempool* FetchThread::interestMp

◆ nonceRng

pcg32_random_t FetchThread::nonceRng

◆ tasksHead

struct cds_hlist_head FetchThread::tasksHead

◆ ur

Uring FetchThread::ur

◆ uringCapacity

uint32_t FetchThread::uringCapacity

◆ uringWaitLbound

uint32_t FetchThread::uringWaitLbound

The documentation for this struct was generated from the following file: