[202012] Added libpci and pciutils to the pmon docker (#12684)#14056
Merged
qiluo-msft merged 2 commits intosonic-net:202012from Mar 9, 2023
Merged
[202012] Added libpci and pciutils to the pmon docker (#12684)#14056qiluo-msft merged 2 commits intosonic-net:202012from
qiluo-msft merged 2 commits intosonic-net:202012from
Conversation
This enables the pcied daemon to call the corresponding system commands needed for pci transactions
7 tasks
Contributor
Author
|
Fixes cherry-pick conflict of original PR: #12684 |
saiarcot895
reviewed
Mar 2, 2023
6fd3d83 to
06be005
Compare
Contributor
|
@assrinivasan pleaes update the description with cherry pick PR details |
saiarcot895
approved these changes
Mar 8, 2023
prgeor
approved these changes
Mar 8, 2023
Contributor
Author
|
@lguohan please help merge, thanks |
github-actions bot
pushed a commit
to liushilongbuaa/sonic-buildimage
that referenced
this pull request
Aug 29, 2023
…202012 to internal-202012 Merge the commits from sonic-net/sonic-buildimage 202012 to internal-202012 Related work items: sonic-net#279, sonic-net#2666, sonic-net#2686, sonic-net#2692, sonic-net#12684, sonic-net#13803, sonic-net#13805, sonic-net#13911, sonic-net#13926, sonic-net#13930, sonic-net#13992, sonic-net#14006, sonic-net#14009, sonic-net#14012, sonic-net#14013, sonic-net#14025, sonic-net#14056, sonic-net#14066, sonic-net#14080, sonic-net#14111, sonic-net#14137, sonic-net#14138, sonic-net#14171, sonic-net#14202, sonic-net#14205, sonic-net#14220, sonic-net#14241
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
This is part of a corresponding change to the pcie daemon that enables it to verify PCI peripherals on a platform against a preconfigured YAML file, and enables the pcied daemon to call the system commands needed for PCI peripheral verification
How I did it
Adding aforementioned libraries to the Dockerfile.j2 file
How to verify it
run 'which setpci' from the pmon docker - would show the path of the binary
Which release branch to backport (provide reason below if selected)
Description for the changelog
Modified pmon's Dockerfile.j2 to include pciutils and libpci libraries.
cherry-pick of SHA: 7de0450
Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU.
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)