NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions
fetcher.h File Reference
#include "../core/uring.h"
#include "../dpdk/thread.h"
#include "../iface/face.h"
#include "../iface/pktqueue.h"
#include "logic.h"

Go to the source code of this file.

Data Structures

struct  FetchTask
 Fetch task that fetches from one prefix. More...
 
struct  FetchThread
 Fetch thread that can simultaneously process several fetch tasks. More...
 

Typedefs

typedef struct FetchTask FetchTask
 Fetch task that fetches from one prefix. More...
 
typedef struct FetchThread FetchThread
 Fetch thread that can simultaneously process several fetch tasks. More...
 

Functions

int FetchThread_Run (FetchThread *fth)
 

Typedef Documentation

◆ FetchTask

typedef struct FetchTask FetchTask

Fetch task that fetches from one prefix.

◆ FetchThread

typedef struct FetchThread FetchThread

Fetch thread that can simultaneously process several fetch tasks.

Function Documentation

◆ FetchThread_Run()

int FetchThread_Run ( FetchThread fth)