Skip to content
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

bpf: convert ep_tail_call() to tail_call_internal() #30288

Merged
merged 4 commits into from
Feb 2, 2024

Conversation

julianwiedmann
Copy link
Member

Apply #30001 across the tree.

Will follow up with deleting the old infrastructure in a separate PR, once it's clear that all users are truly gone (and none got introduced in the meantime).

@julianwiedmann julianwiedmann added sig/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact. labels Jan 17, 2024
@julianwiedmann
Copy link
Member Author

/test

@julianwiedmann julianwiedmann marked this pull request as ready for review January 17, 2024 09:51
@julianwiedmann julianwiedmann requested a review from a team as a code owner January 17, 2024 09:51
@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 Feb 1, 2024
Switch the internal tail-calls in bpf_host to the new helper.

Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
Switch the internal tail-calls in bpf_overlay to the new helper.

Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
Switch the internal tail-calls in nodeport.h to the new helper.

Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
Switch the internal tail-calls in bpf_lxc to the new helper.

Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
@julianwiedmann
Copy link
Member Author

/test

@julianwiedmann julianwiedmann removed the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Feb 2, 2024
@julianwiedmann
Copy link
Member Author

(rebase to resolve a trivial conflict in bpf_lxc)

@julianwiedmann julianwiedmann added this pull request to the merge queue Feb 2, 2024
@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 Feb 2, 2024
Merged via the queue into cilium:main with commit d22b60f Feb 2, 2024
62 checks passed
@julianwiedmann julianwiedmann deleted the 1.16-bpf-tail-calls branch February 2, 2024 10:43
@julianwiedmann julianwiedmann added the backport-pending/1.15 The backport for Cilium 1.15.x for this PR is in progress. label May 9, 2024
@github-actions github-actions bot added backport-done/1.15 The backport for Cilium 1.15.x for this PR is done. and removed backport-pending/1.15 The backport for Cilium 1.15.x for this PR is in progress. labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-done/1.15 The backport for Cilium 1.15.x for this PR is done. 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/misc This PR makes changes that have no direct user impact. sig/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages.
Projects
No open projects
Status: Released
Development

Successfully merging this pull request may close these issues.

None yet

2 participants