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

Populate ingress_ifindex in xdp_md struct. #449

Merged
merged 7 commits into from
Jan 26, 2024

Conversation

saxena-anurag
Copy link
Contributor

@saxena-anurag saxena-anurag commented Jan 24, 2024

Fixes #448

This PR populates ingress_ifindex in xdp_md struct passed to the eBPF program. Also added test to validate that ifindex is correctly populated.

@saxena-anurag saxena-anurag changed the title [DRAFT] Populate ingress_ifindex in xdp_md struct. Jan 25, 2024
@saxena-anurag saxena-anurag marked this pull request as ready for review January 25, 2024 20:14
@saxena-anurag saxena-anurag requested a review from a team as a code owner January 25, 2024 20:14
mtfriesen
mtfriesen previously approved these changes Jan 25, 2024
Copy link
Contributor

@mtfriesen mtfriesen left a comment

Choose a reason for hiding this comment

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

LGTM, a couple nits.

@saxena-anurag saxena-anurag merged commit c10f37f into main Jan 26, 2024
45 checks passed
@saxena-anurag saxena-anurag deleted the user/anusa/ingress_ifindex branch January 26, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Populate ingress_ifindex in xdp_md before invoking ebpf program
2 participants