Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
gxio_mpipe_stats_t Struct Reference

#include <drv_mpipe_intf.h>

Data Fields

uint64_t ingress_drops
 
uint64_t ingress_drops_no_buf
 
uint64_t ingress_drops_ipkt
 
uint64_t ingress_drops_cls_lb
 
uint64_t ingress_packets
 
uint64_t egress_packets
 
uint64_t ingress_bytes
 
uint64_t egress_bytes
 

Detailed Description

mPIPE statistics structure. These counters include all relevant events occurring on all links within the mPIPE shim.

Definition at line 579 of file drv_mpipe_intf.h.

Field Documentation

uint64_t egress_bytes

Total number of egress bytes.

Definition at line 597 of file drv_mpipe_intf.h.

uint64_t egress_packets

Total number of egress packets.

Definition at line 593 of file drv_mpipe_intf.h.

uint64_t ingress_bytes

Total number of ingress bytes.

Definition at line 595 of file drv_mpipe_intf.h.

uint64_t ingress_drops

Number of ingress packets dropped for any reason.

Definition at line 582 of file drv_mpipe_intf.h.

uint64_t ingress_drops_cls_lb

Number of ingress packets dropped by the classifier or load balancer

Definition at line 589 of file drv_mpipe_intf.h.

uint64_t ingress_drops_ipkt

Number of ingress packets dropped or truncated due to lack of space in the iPkt buffer.

Definition at line 587 of file drv_mpipe_intf.h.

uint64_t ingress_drops_no_buf

Number of ingress packets dropped because a buffer stack was empty.

Definition at line 584 of file drv_mpipe_intf.h.

uint64_t ingress_packets

Total number of ingress packets.

Definition at line 591 of file drv_mpipe_intf.h.


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