diff --git a/dash-pipeline/SAI/SAI b/dash-pipeline/SAI/SAI index a56c38ed3..3b9ee132f 160000 --- a/dash-pipeline/SAI/SAI +++ b/dash-pipeline/SAI/SAI @@ -1 +1 @@ -Subproject commit a56c38ed33aab0f81ec1c1e9f716ff722dc94f96 +Subproject commit 3b9ee132fc4d8079ba94b0c2eca0fa74c022a4f7 diff --git a/dash-pipeline/SAI/specs/dash_flow.yaml b/dash-pipeline/SAI/specs/dash_flow.yaml index 04c5a984c..1326bb078 100644 --- a/dash-pipeline/SAI/specs/dash_flow.yaml +++ b/dash-pipeline/SAI/specs/dash_flow.yaml @@ -870,7 +870,7 @@ sai_apis: description: Action parameter DASH flow entry bulk get session filter key type: sai_dash_flow_entry_bulk_get_session_filter_key_t attr_value_field: s32 - default: SAI_DASH_FLOW_ENTRY_BULK_GET_SESSION_FILTER_KEY_INVAILD + default: SAI_DASH_FLOW_ENTRY_BULK_GET_SESSION_FILTER_KEY_INVALID isresourcetype: false flags: CREATE_AND_SET object_name: null diff --git a/dash-pipeline/SAI/specs/sai_spec.yaml b/dash-pipeline/SAI/specs/sai_spec.yaml index 62c6cd932..ae439bdeb 100644 --- a/dash-pipeline/SAI/specs/sai_spec.yaml +++ b/dash-pipeline/SAI/specs/sai_spec.yaml @@ -266,7 +266,7 @@ enums: description: '' members: - !!python/object:utils.sai_spec.sai_enum_member.SaiEnumMember - name: INVAILD + name: INVALID description: '' value: '0' - !!python/object:utils.sai_spec.sai_enum_member.SaiEnumMember diff --git a/dash-pipeline/bmv2/dash_headers.p4 b/dash-pipeline/bmv2/dash_headers.p4 index e4d09dc8d..4e04abdba 100644 --- a/dash-pipeline/bmv2/dash_headers.p4 +++ b/dash-pipeline/bmv2/dash_headers.p4 @@ -196,7 +196,7 @@ enum bit<16> dash_flow_entry_bulk_get_session_mode_t { } enum bit<16> dash_flow_entry_bulk_get_session_filter_key_t { - INVAILD = 0, + INVALID = 0, FLOW_TABLE_ID = 1, ENI_MAC = 2, IP_PROTOCOL = 3,