Files
python-bpf/TODO.md
2025-10-10 22:53:53 +05:30

15 lines
412 B
Markdown

## Short term
- Implement enough functionality to port the BCC tutorial examples in PythonBPF
- Add all maps
- XDP support in pylibbpf
- ringbuf support
- recursive expression resolution
- Add supoprt for BoolOp and short circuiting in conditions
## Long term
- Refactor the codebase to be better than a hackathon project
- Port to C++ and use actual LLVM?
- Fix struct_kioctx issue in the vmlinux transpiler