mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-02-11 15:40:56 +00:00
Clarify compilation target in package documentation
Updated documentation to clarify that the compilation targets LLVM IR instead of eBPF bytecode directly.
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
PythonBPF - A Python frontend for eBPF programs.
|
PythonBPF - A Python frontend for eBPF programs.
|
||||||
|
|
||||||
This package provides decorators and compilation tools to write BPF programs
|
This package provides decorators and compilation tools to write BPF programs
|
||||||
in Python syntax and compile them to eBPF bytecode that can run in the kernel.
|
in Python syntax and compile them to LLVM IR that can be compiled to eBPF bytecode.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from .decorators import bpf, map, section, bpfglobal, struct
|
from .decorators import bpf, map, section, bpfglobal, struct
|
||||||
|
|||||||
Reference in New Issue
Block a user