NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
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.

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 )