Skip to content

Commit

Permalink
Still use bulk_get_session_server_ip, bulk_get_session_server_port
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Aug 30, 2024
1 parent 991ef88 commit ab45aaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dash-pipeline/SAI/specs/dash_appliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ sai_apis:
p4_meta: !!python/object:utils.sai_spec.sai_api_p4_meta.SaiApiP4Meta
tables:
- !!python/object:utils.sai_spec.sai_api_p4_meta.SaiApiP4MetaTable
id: 42701762
id: 41127208
actions:
default: !!python/object:utils.sai_spec.sai_api_p4_meta.SaiApiP4MetaAction
name: default
id: 21793905
id: 29471696
attr_param_id: {}
8 changes: 4 additions & 4 deletions dash-pipeline/SAI/specs/dash_flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,8 @@ sai_apis:
is_vlan: false
deprecated: false
- !!python/object:utils.sai_spec.sai_attribute.SaiAttribute
name: SAI_FLOW_ENTRY_BULK_GET_SESSION_ATTR_BULK_GET_SESSION_IP
description: Action parameter bulk get session IP
name: SAI_FLOW_ENTRY_BULK_GET_SESSION_ATTR_BULK_GET_SESSION_SERVER_IP
description: Action parameter bulk get session server IP
type: sai_ip_address_t
attr_value_field: ipaddr
default: 0.0.0.0
Expand All @@ -697,8 +697,8 @@ sai_apis:
is_vlan: false
deprecated: false
- !!python/object:utils.sai_spec.sai_attribute.SaiAttribute
name: SAI_FLOW_ENTRY_BULK_GET_SESSION_ATTR_BULK_GET_SESSION_PORT
description: Action parameter bulk get session port
name: SAI_FLOW_ENTRY_BULK_GET_SESSION_ATTR_BULK_GET_SESSION_SERVER_PORT
description: Action parameter bulk get session server port
type: sai_uint16_t
attr_value_field: u16
default: '0'
Expand Down
4 changes: 2 additions & 2 deletions dash-pipeline/bmv2/stages/conntrack_lookup.p4
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ control conntrack_lookup_stage(inout headers_t hdr, inout metadata_t meta) {
bit<32> bulk_get_entry_limitation,

/* GRPC Session server IP and port */
IPv4ORv6Address bulk_get_session_ip,
bit<16> bulk_get_session_port,
IPv4ORv6Address bulk_get_session_server_ip,
bit<16> bulk_get_session_server_port,

/* Session filters */
@SaiVal[type="sai_object_id_t"] bit<16> first_flow_entry_bulk_get_session_filter_id,
Expand Down

0 comments on commit ab45aaf

Please sign in to comment.