NDN-DPDK
High-Speed Named Data Networking Forwarder
Data Fields
RxBurstCtx Struct Reference

Data Fields

TscTime now
 
uint16_t index
 interest[:index] are processed More...
 
uint16_t nInterest
 interest[index:nInterest] are unprocessed More...
 
uint16_t nData
 data[:nData] are to be transmitted More...
 
struct rte_mbuf * interest [MaxBurstSize]
 
Packetdata [MaxBurstSize]
 

Field Documentation

◆ data

Packet* RxBurstCtx::data[MaxBurstSize]

◆ index

uint16_t RxBurstCtx::index

interest[:index] are processed

◆ interest

struct rte_mbuf* RxBurstCtx::interest[MaxBurstSize]

◆ nData

uint16_t RxBurstCtx::nData

data[:nData] are to be transmitted

◆ nInterest

uint16_t RxBurstCtx::nInterest

interest[index:nInterest] are unprocessed

◆ now

TscTime RxBurstCtx::now

The documentation for this struct was generated from the following file: