-
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
Added libpci and pciutils to the pmon docker #12684
Merged
assrinivasan
merged 1 commit into
sonic-net:master
from
assrinivasan:dockerfile_pmon_pcied_changes
Nov 14, 2022
Merged
Added libpci and pciutils to the pmon docker #12684
assrinivasan
merged 1 commit into
sonic-net:master
from
assrinivasan:dockerfile_pmon_pcied_changes
Nov 14, 2022
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
This enables the pcied daemon to call the corresponding system commands needed for pci transactions
saiarcot895
approved these changes
Nov 14, 2022
davidpil2002
pushed a commit
to davidpil2002/sonic-buildimage
that referenced
this pull request
Nov 15, 2022
This enables the pcied daemon to call the corresponding system commands needed for pci transactions
@qiluo-msft if you can cherry pick to 202012 |
@assrinivasan PR conflicts with 202211 branch |
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this pull request
Feb 21, 2023
This enables the pcied daemon to call the corresponding system commands needed for pci transactions
Cherry-pick PR to 202205: #13900 |
mssonicbld
pushed a commit
that referenced
this pull request
Feb 21, 2023
This enables the pcied daemon to call the corresponding system commands needed for pci transactions
mssonicbld
added
Included in 202205 Branch
and removed
Approved for 202205 Branch
Created PR to 202205 Branch
labels
Feb 21, 2023
assrinivasan
added a commit
to assrinivasan/sonic-buildimage
that referenced
this pull request
Mar 2, 2023
This enables the pcied daemon to call the corresponding system commands needed for pci transactions
8 tasks
liuh-80
pushed a commit
to liuh-80/sonic-buildimage
that referenced
this pull request
Mar 2, 2023
This enables the pcied daemon to call the corresponding system commands needed for pci transactions
assrinivasan
added a commit
to assrinivasan/sonic-buildimage
that referenced
this pull request
Mar 2, 2023
This enables the pcied daemon to call the corresponding system commands needed for pci transactions
PR to cherry-pick to 202012 branch: #14056 |
7 tasks
qiluo-msft
pushed a commit
that referenced
this pull request
Mar 9, 2023
#### 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 #### Description for the changelog Modified pmon's Dockerfile.j2 to include pciutils and libpci libraries. **cherry-pick of SHA: 7de0450**
@assrinivasan pls create PR for 202211, cherry-pick failed. |
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
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.
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)