NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
RxLoopTransferCtx Struct Reference

Data Fields

FaceID pendingFace
 pkts[:nPending] shall have this faceID More...
 
uint16_t nPending
 pkts[:nPending] are to be dispatched More...
 
uint16_t nFree
 frees[:nFree] are to be freed More...
 
RTE_MARKER zeroizeEnd_
 
struct rte_mbuf * pkts [MaxBurstSize]
 
struct rte_mbuf * frees [MaxBurstSize]
 

Field Documentation

◆ frees

struct rte_mbuf* RxLoopTransferCtx::frees[MaxBurstSize]

◆ nFree

uint16_t RxLoopTransferCtx::nFree

frees[:nFree] are to be freed

◆ nPending

uint16_t RxLoopTransferCtx::nPending

pkts[:nPending] are to be dispatched

◆ pendingFace

FaceID RxLoopTransferCtx::pendingFace

pkts[:nPending] shall have this faceID

◆ pkts

struct rte_mbuf* RxLoopTransferCtx::pkts[MaxBurstSize]

◆ zeroizeEnd_

RTE_MARKER RxLoopTransferCtx::zeroizeEnd_

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