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

Go to the source code of this file.

Data Structures

struct  TgpReply
 
struct  TgpPattern
 Per-prefix information in traffic generator producer. More...
 
struct  Tgp
 Traffic generator producer. More...
 

Typedefs

typedef uint8_t TgpReplyID
 
typedef struct TgpReply TgpReply
 
typedef struct TgpPattern TgpPattern
 Per-prefix information in traffic generator producer. More...
 
typedef struct Tgp Tgp
 Traffic generator producer. More...
 

Functions

int Tgp_Run (Tgp *p)
 

Typedef Documentation

◆ Tgp

typedef struct Tgp Tgp

Traffic generator producer.

◆ TgpPattern

typedef struct TgpPattern TgpPattern

Per-prefix information in traffic generator producer.

◆ TgpReply

typedef struct TgpReply TgpReply

◆ TgpReplyID

typedef uint8_t TgpReplyID

Function Documentation

◆ Tgp_Run()

int Tgp_Run ( Tgp p)