@@ -79,7 +79,7 @@ typedef enum _sai_acl_ip_type_t
7979 /** IPv4 and IPv6 packets */
8080 SAI_ACL_IP_TYPE_IP ,
8181
82- /** Non-Ip packet */
82+ /** Non-IP packet */
8383 SAI_ACL_IP_TYPE_NON_IP ,
8484
8585 /** Any IPv4 packet */
@@ -268,7 +268,7 @@ typedef enum _sai_acl_table_group_attr_t
268268 * groups to let the user specify his intention to allow further error
269269 * checks and optimizations based on a specific ASIC's SAI implementation.
270270 * ACL members being added to this group SHOULD be a subset of the bind
271- * point list that acl group was created with.
271+ * point list that ACL group was created with.
272272 *
273273 * @type sai_s32_list_t sai_acl_bind_point_type_t
274274 * @flags CREATE_ONLY
@@ -282,8 +282,8 @@ typedef enum _sai_acl_table_group_attr_t
282282 * ACL table group type represents the way various ACL tables within this
283283 * ACL table group perform their lookups. There are two optional values :
284284 * Sequential - All the ACL tables are looked up in a sequential order ,
285- * which is based on the ACL table priorities and only one acl entry is matched
286- * with its corresponding acl entry action applied. In case two ACL tables
285+ * which is based on the ACL table priorities and only one ACL entry is matched
286+ * with its corresponding ACL entry action applied. In case two ACL tables
287287 * have the same priority they are looked up on a first come basis.
288288 * Parallel - All the ACL tables within the ACL table groups are looked up
289289 * in parallel and non-conflicting actions are resolved and applied from
@@ -326,7 +326,7 @@ typedef enum _sai_acl_table_group_member_attr_t
326326 * @brief ACL table group id
327327 *
328328 * This attribute is required to associate or attach a member object (acl_table_id)
329- * to a acl table group id allocated by the create acl group api.
329+ * to a ACL table group id allocated by the create ACL group api.
330330 *
331331 * User should always use the group id returned by SAI create_acl_group api,
332332 * to group the tables else Invalid attribute value error code will be returned.
@@ -703,7 +703,7 @@ typedef enum _sai_acl_table_attr_t
703703 SAI_ACL_TABLE_ATTR_FIELD_IP_IDENTIFICATION ,
704704
705705 /**
706- * @brief Ip Dscp
706+ * @brief IP DSCP
707707 *
708708 * @type bool
709709 * @flags CREATE_ONLY
@@ -712,7 +712,7 @@ typedef enum _sai_acl_table_attr_t
712712 SAI_ACL_TABLE_ATTR_FIELD_DSCP ,
713713
714714 /**
715- * @brief Ip Ecn
715+ * @brief IP ECN
716716 *
717717 * @type bool
718718 * @flags CREATE_ONLY
@@ -721,7 +721,7 @@ typedef enum _sai_acl_table_attr_t
721721 SAI_ACL_TABLE_ATTR_FIELD_ECN ,
722722
723723 /**
724- * @brief Ip Ttl
724+ * @brief IP TTL
725725 *
726726 * @type bool
727727 * @flags CREATE_ONLY
@@ -730,7 +730,7 @@ typedef enum _sai_acl_table_attr_t
730730 SAI_ACL_TABLE_ATTR_FIELD_TTL ,
731731
732732 /**
733- * @brief Ip Tos
733+ * @brief IP TOS
734734 *
735735 * @type bool
736736 * @flags CREATE_ONLY
@@ -739,7 +739,7 @@ typedef enum _sai_acl_table_attr_t
739739 SAI_ACL_TABLE_ATTR_FIELD_TOS ,
740740
741741 /**
742- * @brief Ip Flags
742+ * @brief IP Flags
743743 *
744744 * @type bool
745745 * @flags CREATE_ONLY
@@ -748,7 +748,7 @@ typedef enum _sai_acl_table_attr_t
748748 SAI_ACL_TABLE_ATTR_FIELD_IP_FLAGS ,
749749
750750 /**
751- * @brief Tcp Flags
751+ * @brief TCP Flags
752752 *
753753 * @type bool
754754 * @flags CREATE_ONLY
@@ -757,7 +757,7 @@ typedef enum _sai_acl_table_attr_t
757757 SAI_ACL_TABLE_ATTR_FIELD_TCP_FLAGS ,
758758
759759 /**
760- * @brief Ip Type
760+ * @brief IP Type
761761 *
762762 * @type bool
763763 * @flags CREATE_ONLY
@@ -766,7 +766,7 @@ typedef enum _sai_acl_table_attr_t
766766 SAI_ACL_TABLE_ATTR_FIELD_ACL_IP_TYPE ,
767767
768768 /**
769- * @brief Ip Frag
769+ * @brief IP Frag
770770 *
771771 * @type bool
772772 * @flags CREATE_ONLY
@@ -1130,7 +1130,7 @@ typedef enum _sai_acl_entry_attr_t
11301130 SAI_ACL_ENTRY_ATTR_FIELD_OUT_PORT ,
11311131
11321132 /**
1133- * @brief Source port which could be a physical or lag port
1133+ * @brief Source port which could be a physical or LAG port
11341134 * (mask is not needed)
11351135 *
11361136 * @type sai_acl_field_data_t sai_object_id_t
@@ -1234,63 +1234,63 @@ typedef enum _sai_acl_entry_attr_t
12341234 SAI_ACL_ENTRY_ATTR_FIELD_IP_IDENTIFICATION ,
12351235
12361236 /**
1237- * @brief Ip Dscp (6 bits)
1237+ * @brief IP DSCP (6 bits)
12381238 *
12391239 * @type sai_acl_field_data_t sai_uint8_t
12401240 * @flags CREATE_AND_SET
12411241 */
12421242 SAI_ACL_ENTRY_ATTR_FIELD_DSCP ,
12431243
12441244 /**
1245- * @brief Ip Ecn (2 bits)
1245+ * @brief IP ECN (2 bits)
12461246 *
12471247 * @type sai_acl_field_data_t sai_uint8_t
12481248 * @flags CREATE_AND_SET
12491249 */
12501250 SAI_ACL_ENTRY_ATTR_FIELD_ECN ,
12511251
12521252 /**
1253- * @brief Ip Ttl
1253+ * @brief IP TTL
12541254 *
12551255 * @type sai_acl_field_data_t sai_uint8_t
12561256 * @flags CREATE_AND_SET
12571257 */
12581258 SAI_ACL_ENTRY_ATTR_FIELD_TTL ,
12591259
12601260 /**
1261- * @brief Ip Tos
1261+ * @brief IP TOS
12621262 *
12631263 * @type sai_acl_field_data_t sai_uint8_t
12641264 * @flags CREATE_AND_SET
12651265 */
12661266 SAI_ACL_ENTRY_ATTR_FIELD_TOS ,
12671267
12681268 /**
1269- * @brief Ip Flags (3 bits)
1269+ * @brief IP Flags (3 bits)
12701270 *
12711271 * @type sai_acl_field_data_t sai_uint8_t
12721272 * @flags CREATE_AND_SET
12731273 */
12741274 SAI_ACL_ENTRY_ATTR_FIELD_IP_FLAGS ,
12751275
12761276 /**
1277- * @brief Tcp Flags (6 bits)
1277+ * @brief TCP Flags (6 bits)
12781278 *
12791279 * @type sai_acl_field_data_t sai_uint8_t
12801280 * @flags CREATE_AND_SET
12811281 */
12821282 SAI_ACL_ENTRY_ATTR_FIELD_TCP_FLAGS ,
12831283
12841284 /**
1285- * @brief Ip Type (field mask is not needed)
1285+ * @brief IP Type (field mask is not needed)
12861286 *
12871287 * @type sai_acl_field_data_t sai_acl_ip_type_t
12881288 * @flags CREATE_AND_SET
12891289 */
12901290 SAI_ACL_ENTRY_ATTR_FIELD_ACL_IP_TYPE ,
12911291
12921292 /**
1293- * @brief Ip Frag (field mask is not needed)
1293+ * @brief IP Frag (field mask is not needed)
12941294 *
12951295 * @type sai_acl_field_data_t sai_acl_ip_frag_t
12961296 * @flags CREATE_AND_SET
@@ -1485,7 +1485,7 @@ typedef enum _sai_acl_entry_attr_t
14851485
14861486 /**
14871487 * @brief Redirect Packet to a destination which can be a port,
1488- * lag , nexthop, nexthopgroup
1488+ * LAG , nexthop, nexthopgroup
14891489 *
14901490 * @type sai_acl_action_data_t sai_object_id_t
14911491 * @flags CREATE_AND_SET
0 commit comments