bpf: Refactor LRP per packet LB test to utilize helper functions. #34443
Merged
joestringer merged 2 commits intocilium:mainfrom Aug 30, 2024
Merged
bpf: Refactor LRP per packet LB test to utilize helper functions. #34443joestringer merged 2 commits intocilium:mainfrom
joestringer merged 2 commits intocilium:mainfrom
Conversation
46b80fd to
bd017cc
Compare
Author
learnitall
reviewed
Aug 20, 2024
5589ef1 to
7b88e2e
Compare
aspsk
approved these changes
Aug 23, 2024
Contributor
aspsk
left a comment
There was a problem hiding this comment.
LGTM, one small formatting fix
7b88e2e to
9de4cdb
Compare
Member
|
/test |
9de4cdb to
ca58eff
Compare
Use helper functions from bpf/tests/lib/..... Signed-off-by: Praveen Krishna <pkrishn@google.com>
Signed-off-by: Praveen Krishna <pkrishn@google.com>
ca58eff to
d7611b9
Compare
Member
|
/test |
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.
Use helper functions from from
bpf/tests/lib/....in LRP loopback bpf test.Remove redundant details from LRP documentation.