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

feat: implements run-time adaptive solution #67

Merged
merged 16 commits into from
Jan 22, 2022
Merged

Conversation

navarrothiago
Copy link
Owner

@navarrothiago navarrothiago commented Jan 22, 2022

The PR proposes a new design to improve its flexibility by reducing the run-time adaptation time. The Just-In-Time (JIT) compilation may have a huge impact on the adaptation time due to the in-kernel verification of the BPF programs at run-time. The results show latency improvements of around 95% to inject the BPF program into the Linux kernel. Furthermore, the solution keeps the same functionalities and delivers a packet processing performance of around 10-11Mpps using 6 cores with almost 70% of the CPU utilization in downlink/uplink directions.

See the paper Run-time Adaptive In-Kernel BPF/XDP Solution for 5G UPF for more information (commit-id: 0353503).

@navarrothiago navarrothiago added the enhancement New feature or request label Jan 22, 2022
@navarrothiago navarrothiago merged commit f50e065 into master Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant