Skip to content

Commit c374357

Browse files
andriymoroz-mlnxlguohan
authored andcommitted
Fix ZeroBufferProfile parameters (sonic-net#485)
Signed-off-by: Andriy Moroz <[email protected]>
1 parent b57c376 commit c374357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/pfcactionhandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ void PfcWdZeroBufferHandler::ZeroBufferProfile::createZeroBufferProfile(bool ing
593593
attribs.push_back(attr);
594594

595595
attr.id = SAI_BUFFER_PROFILE_ATTR_SHARED_DYNAMIC_TH;
596-
attr.value.u32 = 1;
596+
attr.value.u32 = -8; // ALPHA_0
597597
attribs.push_back(attr);
598598

599599
status = sai_buffer_api->create_buffer_profile(

0 commit comments

Comments
 (0)