Skip to content

bpf: test: clean up dead LB_LOOKUP_SCOPE_INT service entries #39733

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

Merged

Conversation

julianwiedmann
Copy link
Member

If the first entry (with LB_LOOKUP_SCOPE_EXT) doesn't specify SVC_FLAG_TWO_SCOPES, then the datapath will never even look at the associated LB_LOOKUP_SCOPE_INT entry. So don't bother inserting it, this is just causing confusion.

If the first entry (with LB_LOOKUP_SCOPE_EXT) doesn't specify
SVC_FLAG_TWO_SCOPES, then the datapath will never even look at the
associated LB_LOOKUP_SCOPE_INT entry. So don't bother inserting it, this
is just causing confusion.

Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
@julianwiedmann julianwiedmann requested a review from a team as a code owner May 26, 2025 16:36
@julianwiedmann julianwiedmann added area/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. kind/cleanup This includes no functional changes. labels May 26, 2025
@julianwiedmann julianwiedmann requested a review from ldelossa May 26, 2025 16:36
@julianwiedmann julianwiedmann added the release-note/ci This PR makes changes to the CI. label May 26, 2025
@julianwiedmann
Copy link
Member Author

/test

@julianwiedmann julianwiedmann enabled auto-merge May 26, 2025 16:36
Copy link
Contributor

@ldelossa ldelossa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@julianwiedmann julianwiedmann added this pull request to the merge queue Jun 2, 2025
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jun 2, 2025
Merged via the queue into cilium:main with commit 94b5914 Jun 2, 2025
77 of 78 checks passed
@julianwiedmann julianwiedmann deleted the 1.18-bpf-test-lb-cleanup branch June 2, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. kind/cleanup This includes no functional changes. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants