From 9c3756848e4be13b85e76d8b7629ce6a8d788d3f Mon Sep 17 00:00:00 2001 From: Junhua Zhai Date: Mon, 28 Oct 2024 15:35:33 +0000 Subject: [PATCH] [sai] Update SAI submodule to the latest --- dash-pipeline/SAI/SAI | 2 +- dash-pipeline/SAI/src/sai_dash_buffer.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dash-pipeline/SAI/SAI b/dash-pipeline/SAI/SAI index 000349123..8f500ebdf 160000 --- a/dash-pipeline/SAI/SAI +++ b/dash-pipeline/SAI/SAI @@ -1 +1 @@ -Subproject commit 000349123aab8cac5cbd2e5297b98ab6cf8813da +Subproject commit 8f500ebdfd7822f3c994a9a38ac9cf513138836b diff --git a/dash-pipeline/SAI/src/sai_dash_buffer.cpp b/dash-pipeline/SAI/src/sai_dash_buffer.cpp index 05c5b8cff..2a63584a0 100644 --- a/dash-pipeline/SAI/src/sai_dash_buffer.cpp +++ b/dash-pipeline/SAI/src/sai_dash_buffer.cpp @@ -19,4 +19,7 @@ sai_buffer_api_t dash_sai_buffer_api_impl = { .clear_ingress_priority_group_stats = 0, DASH_GENERIC_QUAD_API(buffer_profile) + + .set_ingress_priority_groups_attribute = 0, + .get_ingress_priority_groups_attribute = 0, };