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

Face TX per-thread information. More...

#include <face.h>

Data Fields

uint64_t nextSeqNum
 next fragmentation sequence number More...
 
uint64_t nL3Fragmented
 L3 packets that required fragmentation. More...
 
uint64_t nL3OverLength
 dropped L3 packets due to over length More...
 
uint64_t nAllocFails
 dropped L3 packets due to allocation failure More...
 
uint64_t nFrames [PktMax]
 sent+dropped L2 frames and L3 packets More...
 
uint64_t nOctets
 sent+dropped L2 octets (including LpHeader) More...
 
uint64_t nDroppedFrames
 dropped L2 frames More...
 
uint64_t nDroppedOctets
 dropped L2 octets More...
 

Detailed Description

Face TX per-thread information.

Field Documentation

◆ nAllocFails

uint64_t FaceTxThread::nAllocFails

dropped L3 packets due to allocation failure

◆ nDroppedFrames

uint64_t FaceTxThread::nDroppedFrames

dropped L2 frames

◆ nDroppedOctets

uint64_t FaceTxThread::nDroppedOctets

dropped L2 octets

◆ nextSeqNum

uint64_t FaceTxThread::nextSeqNum

next fragmentation sequence number

◆ nFrames

uint64_t FaceTxThread::nFrames[PktMax]

sent+dropped L2 frames and L3 packets

◆ nL3Fragmented

uint64_t FaceTxThread::nL3Fragmented

L3 packets that required fragmentation.

◆ nL3OverLength

uint64_t FaceTxThread::nL3OverLength

dropped L3 packets due to over length

◆ nOctets

uint64_t FaceTxThread::nOctets

sent+dropped L2 octets (including LpHeader)


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