mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-02-07 13:40:59 +00:00
docs: Remove 'not for production' advice
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
Welcome to **PythonBPF** - a Python frontend for writing eBPF programs without embedding C code. PythonBPF uses [llvmlite](https://github.com/numba/llvmlite) to generate LLVM IR and compiles directly to eBPF object files that can be loaded into the Linux kernel.
|
Welcome to **PythonBPF** - a Python frontend for writing eBPF programs without embedding C code. PythonBPF uses [llvmlite](https://github.com/numba/llvmlite) to generate LLVM IR and compiles directly to eBPF object files that can be loaded into the Linux kernel.
|
||||||
|
|
||||||
```{note}
|
```{note}
|
||||||
This project is under active development and not ready for production use.
|
This project is under active development.
|
||||||
```
|
```
|
||||||
|
|
||||||
## What is PythonBPF?
|
## What is PythonBPF?
|
||||||
|
|||||||
Reference in New Issue
Block a user