NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions
rxtable.h File Reference
#include "../iface/rxloop.h"
#include "../pdump/source.h"
#include <urcu/rculist.h>

Go to the source code of this file.

Data Structures

struct  EthRxTable
 Table-based software RX dispatching. More...
 

Typedefs

typedef struct EthRxTable EthRxTable
 Table-based software RX dispatching. More...
 

Functions

void EthRxTable_Init (EthRxTable *rxt, uint16_t port)
 
void EthRxTable_RxBurst (RxGroup *rxg, RxGroupBurstCtx *ctx)
 

Typedef Documentation

◆ EthRxTable

typedef struct EthRxTable EthRxTable

Table-based software RX dispatching.

Function Documentation

◆ EthRxTable_Init()

void EthRxTable_Init ( EthRxTable rxt,
uint16_t  port 
)

◆ EthRxTable_RxBurst()

void EthRxTable_RxBurst ( RxGroup rxg,
RxGroupBurstCtx ctx 
)