[DPU] Increase Bulker limit and pop batch size#136
Closed
Conversation
| # during route-churn | ||
| ORCHAGENT_ARGS+="-b 128 " | ||
| else | ||
| elif [ "$SWITCH_TYPE" != "dpu" ]; then |
There was a problem hiding this comment.
can we make this:
if [[ x"${LOCALHOST_SWITCHTYPE}" == x"chassis-packet" ]]; then
elif [ "$SWITCH_TYPE" == "dpu" ]; then
else
It will make code more readable and will allow to extend it for other platforms as well
oleksandrivantsiv
approved these changes
Sep 30, 2025
vivekrnv
pushed a commit
that referenced
this pull request
Jan 31, 2026
…ically (sonic-net#25237) #### Why I did it src/sonic-dash-ha ``` * 9b3c0bf - (HEAD -> master, origin/master, origin/HEAD) Add bfd rewrite on pmon change. (#136) (33 hours ago) [dypet] * af44396 - [build] Disable debian helper auto install for cargo project. (#135) (2 days ago) [Liu Shilong] * 17e2e0b - Implement bfd pinned state (#134) (8 days ago) [yue-fred-gao] * c04969e - switch to using libboost1.83 (#133) (9 days ago) [yijingyan2] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why I did it
Increase the pop batch size and Max Bulker limit to 65536 to speed up applying the high volume Dash configuration
Work item tracking
How I did it
How to verify it
Apply Scale config and verify
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)