Merged
Conversation
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.
Added a basic python controller to:
s1-runtime.json)/insert_hop,/update_hopand/delete_hopto insert, update and delete entries from theecmp_nhoptable (this is an incomplete implementation for experimenting, and will be changed soon, e.g.to update thesend_frameegress table)Other additions:
utils/Makefileusing https://github.com/p4lang/tutorials/blob/9e00b35ceb3ed276aeb975299ac1975e19aad93f/vm-ubuntu-24.04/patches/tutorials-support-venv.patch#L10 to make this work on the Ubuntu24 VM from the tutorial repoutils/p4runtime_lib/switch.pyto also support table entry deletionrequirements.txt- of course this is not sufficient to run everything from scratch, since the pre-built VMs from the tutorial repo do a lot of heavy lifting to build the environment, but it's a startmake load_balancerandmake controller)