mirror of
https://github.com/Telecominfraproject/oopt-tai.git
synced 2026-01-27 02:21:53 +00:00
hostif: add ethernet stats attribute
Signed-off-by: Wataru Ishida <ishida@nel-america.com>
This commit is contained in:
committed by
Wataru Ishida
parent
eb54d3eb1f
commit
a32dc5db36
@@ -134,6 +134,54 @@ typedef enum _tai_host_interface_attr_t
|
||||
*/
|
||||
TAI_HOST_INTERFACE_ATTR_LOOPBACK_TYPE,
|
||||
|
||||
/**
|
||||
* @type #tai_uint32_t
|
||||
* @flags READ_ONLY | CLEARABLE
|
||||
*/
|
||||
TAI_HOST_INTERFACE_ATTR_ETHERNET_IN_OCTETS,
|
||||
|
||||
/**
|
||||
* @type #tai_uint32_t
|
||||
* @flags READ_ONLY | CLEARABLE
|
||||
*/
|
||||
TAI_HOST_INTERFACE_ATTR_ETHERNET_IN_PACKETS,
|
||||
|
||||
/**
|
||||
* @type #tai_uint32_t
|
||||
* @flags READ_ONLY | CLEARABLE
|
||||
*/
|
||||
TAI_HOST_INTERFACE_ATTR_ETHERNET_IN_FCS_ERRORS,
|
||||
|
||||
/**
|
||||
* @type #tai_uint32_t
|
||||
* @flags READ_ONLY | CLEARABLE
|
||||
*/
|
||||
TAI_HOST_INTERFACE_ATTR_ETHERNET_IN_MAC_ERRORS,
|
||||
|
||||
/**
|
||||
* @type #tai_uint32_t
|
||||
* @flags READ_ONLY | CLEARABLE
|
||||
*/
|
||||
TAI_HOST_INTERFACE_ATTR_ETHERNET_OUT_OCTETS,
|
||||
|
||||
/**
|
||||
* @type #tai_uint32_t
|
||||
* @flags READ_ONLY | CLEARABLE
|
||||
*/
|
||||
TAI_HOST_INTERFACE_ATTR_ETHERNET_OUT_PACKETS,
|
||||
|
||||
/**
|
||||
* @type #tai_uint32_t
|
||||
* @flags READ_ONLY | CLEARABLE
|
||||
*/
|
||||
TAI_HOST_INTERFACE_ATTR_ETHERNET_OUT_FCS_ERRORS,
|
||||
|
||||
/**
|
||||
* @type #tai_uint32_t
|
||||
* @flags READ_ONLY | CLEARABLE
|
||||
*/
|
||||
TAI_HOST_INTERFACE_ATTR_ETHERNET_OUT_MAC_ERRORS,
|
||||
|
||||
/**
|
||||
* @brief End of attributes
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user