Conversation
libswsscommon is actually linked statically, so not technically a dependency, but it is installed anyway by the build system so there's no harm either. libswsscommon pulls in transitive libraries we do need: libhiredis, libnl*, libc, libgcc, libstdc++ libgmpxx4ldbl required for p4_symbolic
Collaborator
|
Thanks I was just about to push a smaller version of this :) |
rhalstea
approved these changes
Mar 8, 2022
Collaborator
Author
Thanks for the quick review! I probably should have tagged you weeks ago. :) |
Collaborator
|
Yes, this change is required to address the libgmpxx issue. We have an outstanding PR against the sonic-buildimage master branch: sonic-net/sonic-buildimage#10566 |
divyagayathri-hcl
pushed a commit
to divyagayathri-hcl/sonic-pins
that referenced
this pull request
May 29, 2025
1. Makes sure the testbed is in stable state. 2. Programs L3 flows required for running traffic. 3. Start the traffic. 4. Modify the config and push it on to the switch. 5. Create some random ACL flow and install it on the switch and capture the P4 flow snapshot. 6. NSF reboot the switch. 7. Make sure steps sonic-net#4, sonic-net#5 and sonic-net#6 happen in parallel, such that sonic-net#6 executes only after sonic-net#4 and sonic-net#5. 9. Check if the config has converged. 8. Capture the P4 flow snapshot once the switch comes up. 9. Wait for traffic to complete and validate it. 10. Check if the flows have converged by comparing the p4 flow snapshots. 12. Restore the original config. PiperOrigin-RevId: 613442854
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.
libswsscommon is actually linked statically, so not
technically a dependency, but it is installed anyway
by the build system so there's no harm either.
libswsscommon pulls in transitive libraries we do need:
libhiredis, libnl*, libc, libgcc, libstdc++
libgmpxx4ldbl required for p4_symbolic
(reopens #3 which was accidentally closed by a push)