Skip to content

Commit 23600bf

Browse files
committed
Mark sai_port_pam4_lane_eye_values_t as unsupported type for now
Signed-off-by: Andriy Kokhan <[email protected]>
1 parent c77a5af commit 23600bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/sai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def get_by_type(self, obj, attr, attr_type, do_assert=False):
333333
"sai_port_err_status_list_t", "sai_fabric_port_reachability_t",
334334
"sai_port_lane_latch_status_list_t", "sai_latch_status_t",
335335
"sai_port_frequency_offset_ppm_list_t", "sai_port_snr_list_t",
336-
"sai_acl_chain_list_t"
336+
"sai_acl_chain_list_t", "sai_port_pam4_lane_eye_values_t"
337337
]
338338
if attr_type == "sai_object_list_t":
339339
status, data = self.get(obj, [attr, "1:oid:0x0"], do_assert)

0 commit comments

Comments
 (0)