|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#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 struct FetchThread FetchThread |
Fetch thread that can simultaneously process several fetch tasks.
| int FetchThread_Run | ( | FetchThread * | fth | ) |