NDN-DPDK
High-Speed Named Data Networking Forwarder
|
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] |
struct rte_mbuf* RxLoopTransferCtx::frees[MaxBurstSize] |
uint16_t RxLoopTransferCtx::nFree |
frees[:nFree] are to be freed
uint16_t RxLoopTransferCtx::nPending |
pkts[:nPending] are to be dispatched
FaceID RxLoopTransferCtx::pendingFace |
pkts[:nPending] shall have this faceID
struct rte_mbuf* RxLoopTransferCtx::pkts[MaxBurstSize] |
RTE_MARKER RxLoopTransferCtx::zeroizeEnd_ |