[Nexthop][NPI] "asic_config_v3" - Add icetea800bc platform#1261
Open
marif-nexthop wants to merge 1 commit into
Open
[Nexthop][NPI] "asic_config_v3" - Add icetea800bc platform#1261marif-nexthop wants to merge 1 commit into
marif-nexthop wants to merge 1 commit into
Conversation
b9cd0e9 to
2cb4c18
Compare
2cb4c18 to
0083c63
Compare
Implements `asic_config_v3` design described. In this PR, add platform configurations for `icetea800bc`. The generated output file is similar to `asic_config_v2` synced config except a few lines out-of-order: ``` $ diff fboss/lib/asic_config_v3/generated_asic_configs/icetea800bc_internal.yml ./fboss/lib/asic_config_v2/synced_asic_configs/icetea800bc.yml 1400d1399 < sai_stats_disable_mask: 0x800 1402,1404c1401 < l3_ecmp_member_secondary_mem_size: 8192 < l3_ecmp_member_first_lkup_mem_size: 8192 < dlb_quality_adjustment_default_value_select: 1 --- > sai_stats_disable_mask: 0x800 1412a1410,1412 > l3_ecmp_member_secondary_mem_size: 8192 > l3_ecmp_member_first_lkup_mem_size: 8192 > dlb_quality_adjustment_default_value_select: 1 ```
0083c63 to
e7b1e64
Compare
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.
Pre-submission checklist
pip install -r requirements-dev.txt && pre-commit installpre-commit runSummary
Implements
asic_config_v3design.In this PR, add platform configurations for
icetea800bc_internalvariant oficetea800bcplatform.After this commit the
asic_config_v3generator produces the following extra output filefboss/lib/asic_config_v3/generated_asic_configs/icetea800bc_internal.ymlTest Plan
The generated output file is similar to
asic_config_v2synced configexcept a few lines out-of-order:
Visual Diff to show that only a few lines are in different order out of

around 15k lines:
This PR is created on top of
so it contains diff from these PRs. When these PRs will merge, this PR will have a shorter diff.