Skip to content

Commit f097169

Browse files
committed
Update comments for few macsec sa stats
Signed-off-by: Judy Joseph <jujoseph@microsoft.com>
1 parent 5ff3424 commit f097169

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

inc/saimacsec.h

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -964,31 +964,36 @@ typedef enum _sai_macsec_sa_stat_t
964964
SAI_MACSEC_SA_STAT_IN_PKTS_LATE,
965965

966966
/**
967-
* @brief IEEE 802.1ae defined InPktsInvalid.
967+
* @brief The sum of this count over Secure Associations gives 802.1ae
968+
* statistics InPktsInvalid.
968969
* Valid for ingress, always returns 0 for egress.
969970
*/
970971
SAI_MACSEC_SA_STAT_IN_PKTS_INVALID,
971972

972973
/**
973-
* @brief IEEE 802.1ae defined InPktsNotValid.
974+
* @brief The sum of this count over Secure Associations gives 802.1ae
975+
* statistics InPktsNotValid.
974976
* Valid for ingress, always returns 0 for egress.
975977
*/
976978
SAI_MACSEC_SA_STAT_IN_PKTS_NOT_VALID,
977979

978980
/**
979-
* @brief IEEE 802.1ae defined InPktsNotUsingSA.
981+
* @brief The sum of this count over Secure Associations gives 802.1ae
982+
* statistics InPktsNotUsingSA.
980983
* Valid for ingress, always returns 0 for egress.
981984
*/
982985
SAI_MACSEC_SA_STAT_IN_PKTS_NOT_USING_SA,
983986

984987
/**
985-
* @brief IEEE 802.1ae defined InPktsUnusedSA.
988+
* @brief The sum of this count over Secure Associations gives 802.1ae
989+
* statistics InPktsUnusedSA.
986990
* Valid for ingress, always returns 0 for egress.
987991
*/
988992
SAI_MACSEC_SA_STAT_IN_PKTS_UNUSED_SA,
989993

990994
/**
991-
* @brief IEEE 802.1ae defined InPktsOk.
995+
* @brief The sum of this count over Secure Associations gives 802.1ae
996+
* statistics InPktsOk.
992997
* Valid for ingress, always returns 0 for egress.
993998
*/
994999
SAI_MACSEC_SA_STAT_IN_PKTS_OK,

0 commit comments

Comments
 (0)