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

Go to the source code of this file.

Data Structures

struct  TgcRxPattern
 Per-pattern information in traffic generator consumer. More...
 
struct  TgcRx
 Traffic generator consumer RX thread. More...
 

Typedefs

typedef struct TgcRxPattern TgcRxPattern
 Per-pattern information in traffic generator consumer. More...
 
typedef struct TgcRx TgcRx
 Traffic generator consumer RX thread. More...
 

Functions

int TgcRx_Run (TgcRx *cr)
 

Typedef Documentation

◆ TgcRx

typedef struct TgcRx TgcRx

Traffic generator consumer RX thread.

◆ TgcRxPattern

typedef struct TgcRxPattern TgcRxPattern

Per-pattern information in traffic generator consumer.

Function Documentation

◆ TgcRx_Run()

int TgcRx_Run ( TgcRx cr)