|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
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 struct EthRxTable EthRxTable |
Table-based software RX dispatching.
| void EthRxTable_Init | ( | EthRxTable * | rxt, |
| uint16_t | port | ||
| ) |
| void EthRxTable_RxBurst | ( | RxGroup * | rxg, |
| RxGroupBurstCtx * | ctx | ||
| ) |