-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set soc property programmability_ucode_relative_path
for Arista DNX Devices
#19637
Merged
lguohan
merged 1 commit into
sonic-net:master
from
arista-nwolfe:master-pemla-ucode-soc-property
Jul 24, 2024
Merged
Set soc property programmability_ucode_relative_path
for Arista DNX Devices
#19637
lguohan
merged 1 commit into
sonic-net:master
from
arista-nwolfe:master-pemla-ucode-soc-property
Jul 24, 2024
Conversation
This file contains 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
Broadcom requires that programmability_ucode_relative_path is set in SAI11. This soc property replaces the legacy custom_feature_ucode_path
arista-nwolfe
changed the title
Set soc property
Set soc property Jul 19, 2024
programmability_ucode_relative_path
programmability_ucode_relative_path
for Arista DNX Devices
wenyiz2021
approved these changes
Jul 19, 2024
@saksarav-nokia, @mlok-nokia, can you check if similar change is required on Nokia Linecards as well |
arlakshm
approved these changes
Jul 19, 2024
arlakshm
added
Chassis 🤖
Modular chassis support
chassis-voq
Voq chassis changes
labels
Jul 19, 2024
@lguohan could you help merge? I have verified the patch is working |
liushilongbuaa
pushed a commit
to liushilongbuaa/sonic-buildimage
that referenced
this pull request
Aug 1, 2024
…-net#19637) Broadcom requires that programmability_ucode_relative_path is set in SAI11. This soc property replaces the legacy custom_feature_ucode_path Without this we get the following error: syncd#supervisord: syncd 0:dbx_file_get_db_location: DB Resource not defined#015 syncd#supervisord: syncd #15#015 syncd#supervisord: syncd 0:dnx_init_pemla_get_ucode_filepath: Error 'Invalid parameter' indicated ; #15#015
@bingwang-ms could you help to backport this PR to 202405? it is needed for SAI 11 to work for arista chassis on 202405 |
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this pull request
Aug 6, 2024
…-net#19637) Broadcom requires that programmability_ucode_relative_path is set in SAI11. This soc property replaces the legacy custom_feature_ucode_path Without this we get the following error: syncd#supervisord: syncd 0:dbx_file_get_db_location: DB Resource not defined#015 syncd#supervisord: syncd sonic-net#15#015 syncd#supervisord: syncd 0:dnx_init_pemla_get_ucode_filepath: Error 'Invalid parameter' indicated ; sonic-net#15#015
Cherry-pick PR to 202405: #19840 |
mssonicbld
pushed a commit
that referenced
this pull request
Aug 7, 2024
Broadcom requires that programmability_ucode_relative_path is set in SAI11. This soc property replaces the legacy custom_feature_ucode_path Without this we get the following error: syncd#supervisord: syncd 0:dbx_file_get_db_location: DB Resource not defined#015 syncd#supervisord: syncd #15#015 syncd#supervisord: syncd 0:dnx_init_pemla_get_ucode_filepath: Error 'Invalid parameter' indicated ; #15#015
mssonicbld
added
Included in 202405 Branch
and removed
Created PR to 202405 Branch
labels
Aug 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Approved for 202405 Branch
Chassis 🤖
Modular chassis support
chassis-voq
Voq chassis changes
Included in 202405 Branch
Request for 202405 Branch
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.
Broadcom requires that
programmability_ucode_relative_path
is set in SAI11.This soc property replaces the legacy
custom_feature_ucode_path
Without this we get the following error:
Which release branch to backport (provide reason below if selected)