Linux Kernel
3.7.1
|
#include <vxge-traffic.h>
struct vxge_hw_xmac_aggr_stats - Per-Aggregator XMAC Statistics
: Count of data frames transmitted on this Aggregator on all its Aggregation ports. Does not include LACPDUs or Marker PDUs. However, does include frames discarded by the Distribution function. : Count of data and padding octets of frames transmitted on this Aggregator on all its Aggregation ports. Does not include octets of LACPDUs or Marker PDUs. However, does include octets of frames discarded by the Distribution function. : Count of data frames transmitted (to a group destination address other than the broadcast address) on this Aggregator on all its Aggregation ports. Does not include LACPDUs or Marker PDUs. However, does include frames discarded by the Distribution function. : Count of broadcast data frames transmitted on this Aggregator on all its Aggregation ports. Does not include LACPDUs or Marker PDUs. However, does include frames discarded by the Distribution function. : Count of data frames to be transmitted on this Aggregator that are discarded by the Distribution function. This occurs when conversation are allocated to different ports and have to be flushed on old ports : Count of data frames transmitted on this Aggregator that experience transmission errors on its Aggregation ports. : Count of data frames received on this Aggregator on all its Aggregation ports. Does not include LACPDUs or Marker PDUs. Also, does not include frames discarded by the Collection function. : Count of data and padding octets of frames received on this Aggregator on all its Aggregation ports. Does not include octets of LACPDUs or Marker PDUs. Also, does not include octets of frames discarded by the Collection function. : Count of data frames received (from a group destination address other than the broadcast address) on this Aggregator on all its Aggregation ports. Does not include LACPDUs or Marker PDUs. Also, does not include frames discarded by the Collection function. : Count of broadcast data frames received on this Aggregator on all its Aggregation ports. Does not include LACPDUs or Marker PDUs. Also, does not include frames discarded by the Collection function. : Count of data frames received on this Aggregator that are discarded by the Collection function because the Collection function was disabled on the port which the frames are received. : Count of data frames received on this Aggregator that are discarded by its Aggregation ports, or are discarded by the Collection function of the Aggregator, or that are discarded by the Aggregator due to detection of an illegal Slow Protocols PDU. : Count of data frames received on this Aggregator that are discarded by its Aggregation ports due to detection of an unknown Slow Protocols PDU.
Per aggregator XMAC RX statistics.
Definition at line 384 of file vxge-traffic.h.
u64 rx_bcast_frms |
Definition at line 394 of file vxge-traffic.h.
u64 rx_data_octets |
Definition at line 392 of file vxge-traffic.h.
u64 rx_discarded_frms |
Definition at line 395 of file vxge-traffic.h.
u64 rx_errored_frms |
Definition at line 396 of file vxge-traffic.h.
u64 rx_frms |
Definition at line 391 of file vxge-traffic.h.
u64 rx_mcast_frms |
Definition at line 393 of file vxge-traffic.h.
u64 rx_unknown_slow_proto_frms |
Definition at line 397 of file vxge-traffic.h.
u64 tx_bcast_frms |
Definition at line 388 of file vxge-traffic.h.
u64 tx_data_octets |
Definition at line 386 of file vxge-traffic.h.
u64 tx_discarded_frms |
Definition at line 389 of file vxge-traffic.h.
u64 tx_errored_frms |
Definition at line 390 of file vxge-traffic.h.
u64 tx_frms |
Definition at line 385 of file vxge-traffic.h.
u64 tx_mcast_frms |
Definition at line 387 of file vxge-traffic.h.