Disable PFC WD by default on init_config.json for SN5640 #60
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
Generating configuration using minigraph, when PFC WD is enabled, on system with more than 448 ports,
will lead to validation Error message since the allowed range for PFC WD POLL_INTERVAL (100..3000) will be violated.
This will happen if "enable_pfcwd_on_start" is set to "y". This configuation is taken from ini_config.json.
This PR set this flag to "disable" for SN5640 system in which PFC WD is not relevant for it as it doesn't work with lossless mode.
Work item tracking
How I did it
Set "enable_pfcwd_on_start" to "disable" in init_config.json file for sn5640 NVIDIA platform
How to verify it
Generate configuration using minigraph for 512 interfaces hwSKU and make sure no Error message is triggered.
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)