mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Add warning against production use
This commit is contained in:
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
This is an LLVM IR generator for eBPF programs in Python. We use llvmlite to generate LLVM IR from pure Python. This is then compiled to LLVM object files, which can be loaded into the kernel for execution. We do not rely on BCC to do our compilation.
|
This is an LLVM IR generator for eBPF programs in Python. We use llvmlite to generate LLVM IR from pure Python. This is then compiled to LLVM object files, which can be loaded into the kernel for execution. We do not rely on BCC to do our compilation.
|
||||||
|
|
||||||
|
# DO NOT USE IN PRODUCTION. IN DEVELOPMENT.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
- Have `clang` installed.
|
- Have `clang` installed.
|
||||||
- `pip install pythonbpf`
|
- `pip install pythonbpf`
|
||||||
|
|||||||
Reference in New Issue
Block a user