NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Typedefs | Functions | Variables
fetcher.c File Reference
#include "fetcher.h"
#include "../core/logger.h"
#include "../ndni/tlv-decoder.h"

Typedefs

typedef uint32_t(* FetchTask_RxBurstFunc) (FetchThread *fth, FetchTask *fp)
 

Functions

 N_LOG_INIT (FetchTask)
 
int FetchThread_Run (FetchThread *fth)
 

Variables

const FetchTask_RxBurstFunc FetchTask_RxBurstJmp []
 

Typedef Documentation

◆ FetchTask_RxBurstFunc

typedef uint32_t(* FetchTask_RxBurstFunc) (FetchThread *fth, FetchTask *fp)

Function Documentation

◆ FetchThread_Run()

int FetchThread_Run ( FetchThread fth)

◆ N_LOG_INIT()

N_LOG_INIT ( FetchTask  )

Variable Documentation

◆ FetchTask_RxBurstJmp

const FetchTask_RxBurstFunc FetchTask_RxBurstJmp[]
Initial value:
= {
[false] = FetchTask_RxBurst_Discard,
[true] = FetchTask_RxBurst_Write,
}