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

eBPF minor updates #10

Merged
merged 5 commits into from
Feb 13, 2024
Merged

eBPF minor updates #10

merged 5 commits into from
Feb 13, 2024

Conversation

vjardin
Copy link
Contributor

@vjardin vjardin commented Feb 12, 2024

check compilation of eBPF modules.

Ignore the following:
	gtp_fwd.bpf
	gtp_fwd.ll
	gtp_mirror.bpf
	gtp_mirror.ll
	gtp_route.bpf
	gtp_route.ll
Specific commit in order to focus the next commit on the changes related
to this file.
Minor updates related to:
gtp_fwd.c:522:18: warning: variable 'tot_len' set but not used [-Wunused-but-set-variable]
        int offset = 0, tot_len = 0;
gtp_route.c:342:17: warning: variable 'ethh' set but not used [-Wunused-but-set-variable]
        struct ethhdr *ethh;
gtp_route.c:346:18: warning: variable 'tot_len' set but not used [-Wunused-but-set-variable]
        int offset = 0, tot_len = 0;
llc is needed to compile the eBPF modules
Ensure compilation of eBPF GTP kernel processing.
@acassen acassen merged commit 6d35516 into acassen:main Feb 13, 2024
2 checks passed
@vjardin vjardin deleted the bpf_minor_updates branch February 13, 2024 09:41
@vjardin vjardin restored the bpf_minor_updates branch April 30, 2024 05:59
@vjardin vjardin deleted the bpf_minor_updates branch April 30, 2024 07:04
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.

2 participants