Skip to content

bpf: clean up CB_IFINDEX #36133

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
merged 1 commit into from
Nov 25, 2024

Conversation

julianwiedmann
Copy link
Member

As the comment in lib/l3.h states, we no longer need to transport the actual ifindex into bpf_lxc's ingress policy program. Replace it with a simple boolean flag.

As the comment in lib/l3.h states, we no longer need to transport the
actual ifindex into bpf_lxc's ingress policy program. Replace it with
a simple boolean flag.

Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
@julianwiedmann julianwiedmann added area/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. release-note/misc This PR makes changes that have no direct user impact. labels Nov 25, 2024
@julianwiedmann
Copy link
Member Author

/test

@julianwiedmann julianwiedmann marked this pull request as ready for review November 25, 2024 07:46
@julianwiedmann julianwiedmann requested a review from a team as a code owner November 25, 2024 07:46
@julianwiedmann julianwiedmann requested a review from jibi November 25, 2024 07:46
@julianwiedmann julianwiedmann added this pull request to the merge queue Nov 25, 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 Nov 25, 2024
Merged via the queue into cilium:main with commit 1b838db Nov 25, 2024
70 checks passed
@julianwiedmann julianwiedmann deleted the 1.17-bpf-cb-ifindex branch November 25, 2024 09:27
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. 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants