Skip to content

Commit c374357

Browse files
andriymoroz-mlnxlguohan
authored andcommitted
Fix ZeroBufferProfile parameters (#485)
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
1 parent b57c376 commit c374357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

orchagent/pfcactionhandler.cpp

Lines changed: 1 addition & 1 deletion
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)