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

On-the-fly sets update #184

Open
qdeslandes opened this issue Jan 21, 2025 · 0 comments
Open

On-the-fly sets update #184

qdeslandes opened this issue Jan 21, 2025 · 0 comments
Labels
area: codegen BPF bytecode generation

Comments

@qdeslandes
Copy link
Contributor

Sets are currently created and filled once: when the corresponding BPF program is loaded into the kernel. If a set is modified in the ruleset, the whole BPF program is regenerated and the set is re-created, even if none of the rules changed.

bpfilter should be able to update a set without re-creating the corresponding BPF program.

@qdeslandes qdeslandes added this to the 2025 H1 Roadmap milestone Jan 21, 2025
@qdeslandes qdeslandes added the area: codegen BPF bytecode generation label Jan 21, 2025
@qdeslandes qdeslandes moved this to To do in bpfilter's roadmap Jan 21, 2025
@qdeslandes qdeslandes changed the title On the fly sets update On-the-fly sets update Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: codegen BPF bytecode generation
Projects
Status: To do
Development

No branches or pull requests

1 participant