|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Face TX per-thread information. More...
#include <face.h>
Data Fields | |
| uint64_t | nextSeqNum |
| next fragmentation sequence number | |
| uint64_t | nL3Fragmented |
| L3 packets that required fragmentation. | |
| uint64_t | nL3OverLength |
| dropped L3 packets due to over length | |
| uint64_t | nAllocFails |
| dropped L3 packets due to allocation failure | |
| uint64_t | nFrames [PktMax] |
| sent+dropped L2 frames and L3 packets | |
| uint64_t | nOctets |
| sent+dropped L2 octets (including LpHeader) | |
| uint64_t | nDroppedFrames |
| dropped L2 frames | |
| uint64_t | nDroppedOctets |
| dropped L2 octets | |
Face TX per-thread information.
| uint64_t FaceTxThread::nAllocFails |
dropped L3 packets due to allocation failure
| uint64_t FaceTxThread::nDroppedFrames |
dropped L2 frames
| uint64_t FaceTxThread::nDroppedOctets |
dropped L2 octets
| uint64_t FaceTxThread::nextSeqNum |
next fragmentation sequence number
| uint64_t FaceTxThread::nFrames[PktMax] |
sent+dropped L2 frames and L3 packets
| uint64_t FaceTxThread::nL3Fragmented |
L3 packets that required fragmentation.
| uint64_t FaceTxThread::nL3OverLength |
dropped L3 packets due to over length
| uint64_t FaceTxThread::nOctets |
sent+dropped L2 octets (including LpHeader)