@@ -965,35 +965,35 @@ typedef enum _sai_macsec_sa_stat_t
965965
966966 /**
967967 * @brief The sum of this count over Secure Associations gives 802.1ae
968- * statistics InPktsInvalid.
968+ * @brief IEEE 802.1ae defined InPktsInvalid.
969969 * Valid for ingress, always returns 0 for egress.
970970 */
971971 SAI_MACSEC_SA_STAT_IN_PKTS_INVALID ,
972972
973973 /**
974974 * @brief The sum of this count over Secure Associations gives 802.1ae
975- * statistics InPktsNotValid.
975+ * @brief IEEE 802.1ae defined InPktsNotValid.
976976 * Valid for ingress, always returns 0 for egress.
977977 */
978978 SAI_MACSEC_SA_STAT_IN_PKTS_NOT_VALID ,
979979
980980 /**
981981 * @brief The sum of this count over Secure Associations gives 802.1ae
982- * statistics InPktsNotUsingSA.
982+ * @brief IEEE 802.1ae defined InPktsNotUsingSA.
983983 * Valid for ingress, always returns 0 for egress.
984984 */
985985 SAI_MACSEC_SA_STAT_IN_PKTS_NOT_USING_SA ,
986986
987987 /**
988988 * @brief The sum of this count over Secure Associations gives 802.1ae
989- * statistics InPktsUnusedSA.
989+ * @brief IEEE 802.1ae defined InPktsUnusedSA.
990990 * Valid for ingress, always returns 0 for egress.
991991 */
992992 SAI_MACSEC_SA_STAT_IN_PKTS_UNUSED_SA ,
993993
994994 /**
995995 * @brief The sum of this count over Secure Associations gives 802.1ae
996- * statistics InPktsOk.
996+ * @brief IEEE 802.1ae defined InPktsOk.
997997 * Valid for ingress, always returns 0 for egress.
998998 */
999999 SAI_MACSEC_SA_STAT_IN_PKTS_OK ,
0 commit comments