Skip to content

Commit

Permalink
Fix ZeroBufferProfile parameters (sonic-net#485)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
  • Loading branch information
andriymoroz-mlnx authored and lguohan committed May 10, 2018
1 parent b57c376 commit c374357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/pfcactionhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ void PfcWdZeroBufferHandler::ZeroBufferProfile::createZeroBufferProfile(bool ing
attribs.push_back(attr);

attr.id = SAI_BUFFER_PROFILE_ATTR_SHARED_DYNAMIC_TH;
attr.value.u32 = 1;
attr.value.u32 = -8; // ALPHA_0
attribs.push_back(attr);

status = sai_buffer_api->create_buffer_profile(
Expand Down

0 comments on commit c374357

Please sign in to comment.