Files
python-bpf/TODO.md
Pragyansh Chaturvedi e6c05ab494 Update TODO.md
2025-10-10 22:54:12 +05:30

14 lines
363 B
Markdown

## Short term
- Implement enough functionality to port the BCC tutorial examples in PythonBPF
- Add all maps
- XDP support in pylibbpf
- ringbuf support
- Add oneline IfExpr conditionals (wishlist)
## 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