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

bice: Support struct/union member access #3

Merged
merged 1 commit into from
Mar 4, 2025
Merged

bice: Support struct/union member access #3

merged 1 commit into from
Mar 4, 2025

Conversation

Asphaltt
Copy link
Contributor

@Asphaltt Asphaltt commented Mar 4, 2025

This commit aims to generate bpf insns for struct/union member access, e.g. skb->head, xdp->data, xdp->data_end and so on.

This commit aims to generate bpf insns for struct/union member access,
e.g. `skb->head`, `xdp->data`, `xdp->data_end` and so on.

Signed-off-by: Leon Hwang <leon.hwang@linux.dev>
@Asphaltt Asphaltt merged commit 45eb496 into main Mar 4, 2025
1 check passed
@Asphaltt Asphaltt deleted the feat/access branch March 4, 2025 16:02
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.

1 participant