From f097169508076265c926e6918eff9481cdeae500 Mon Sep 17 00:00:00 2001 From: Judy Joseph Date: Tue, 28 Jan 2025 17:06:01 +0000 Subject: [PATCH] Update comments for few macsec sa stats Signed-off-by: Judy Joseph --- inc/saimacsec.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/inc/saimacsec.h b/inc/saimacsec.h index 05ee02c84..1ea72104f 100644 --- a/inc/saimacsec.h +++ b/inc/saimacsec.h @@ -964,31 +964,36 @@ typedef enum _sai_macsec_sa_stat_t SAI_MACSEC_SA_STAT_IN_PKTS_LATE, /** - * @brief IEEE 802.1ae defined InPktsInvalid. + * @brief The sum of this count over Secure Associations gives 802.1ae + * statistics InPktsInvalid. * Valid for ingress, always returns 0 for egress. */ SAI_MACSEC_SA_STAT_IN_PKTS_INVALID, /** - * @brief IEEE 802.1ae defined InPktsNotValid. + * @brief The sum of this count over Secure Associations gives 802.1ae + * statistics InPktsNotValid. * Valid for ingress, always returns 0 for egress. */ SAI_MACSEC_SA_STAT_IN_PKTS_NOT_VALID, /** - * @brief IEEE 802.1ae defined InPktsNotUsingSA. + * @brief The sum of this count over Secure Associations gives 802.1ae + * statistics InPktsNotUsingSA. * Valid for ingress, always returns 0 for egress. */ SAI_MACSEC_SA_STAT_IN_PKTS_NOT_USING_SA, /** - * @brief IEEE 802.1ae defined InPktsUnusedSA. + * @brief The sum of this count over Secure Associations gives 802.1ae + * statistics InPktsUnusedSA. * Valid for ingress, always returns 0 for egress. */ SAI_MACSEC_SA_STAT_IN_PKTS_UNUSED_SA, /** - * @brief IEEE 802.1ae defined InPktsOk. + * @brief The sum of this count over Secure Associations gives 802.1ae + * statistics InPktsOk. * Valid for ingress, always returns 0 for egress. */ SAI_MACSEC_SA_STAT_IN_PKTS_OK,