Data Fields | |
uint64_t | nic_pkt_recv |
uint64_t | nic_pkt_overflow |
uint64_t | nic_pkt_bad |
uint64_t | ring_pkt_recv |
uint64_t | ring_pkt_overflow |
uint64_t | nic_bytes_recv |
uint64_t | snf_pkt_overflow |
uint64_t | nic_pkt_dropped |
Structure to return statistics from a ring. The Hardware-specific counters apply to all rings as they are counted before any demultiplexing to a ring is applied.
uint64_t snf_ring_stats::nic_bytes_recv |
Number of raw bytes received by the Hardware Interface on all rings. Each Ethernet data packet includes 8 bytes of HW header, 4 bytes of CRC and the result is aligned to 16 bytes such that a minimum size 60 byte packet counts for 80 bytes.
uint64_t snf_ring_stats::nic_pkt_bad |
Number of Bad CRC/PHY packets seen by Hardware Interface
uint64_t snf_ring_stats::nic_pkt_dropped |
Number of packets droped, reflected in Packets Drop Filter in Counters.
uint64_t snf_ring_stats::nic_pkt_overflow |
Number of packets dropped by Hardware Interface
uint64_t snf_ring_stats::nic_pkt_recv |
Number of packets received by Hardware Interface
uint64_t snf_ring_stats::ring_pkt_overflow |
Number of packets dropped because of insufficient space in receive ring
uint64_t snf_ring_stats::ring_pkt_recv |
Number of packets received into the receive ring
uint64_t snf_ring_stats::snf_pkt_overflow |
Number of packets dropped because of insufficient space in shared SNF buffering