File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ trace_pipe()
4242
4343## Features
4444
45- * Generate eBPF programs directly from Python
45+ * Generate eBPF programs directly using Python syntax
4646* Compile to LLVM object files for kernel execution
4747* Built with ` llvmlite ` for IR generation
4848* Supports maps, helpers, and global definitions for BPF
49- * Companion project: [ pylibbpf] ( https://github.com/pythonbpf/pylibbpf ) , which provides bindings for object loading
49+ * Companion project: [ pylibbpf] ( https://github.com/pythonbpf/pylibbpf ) , which provides bindings for libbpf
5050
5151## Table of Contents
5252
@@ -82,8 +82,7 @@ api/index
8282
8383* ** GitHub Repository** : [ pythonbpf/Python-BPF] ( https://github.com/pythonbpf/Python-BPF )
8484* ** PyPI Package** : [ pythonbpf] ( https://pypi.org/project/pythonbpf/ )
85- * ** Video Demo** : [ YouTube] ( https://youtu.be/eMyLW8iWbks )
86- * ** Slide Deck** : [ Google Slides] ( https://docs.google.com/presentation/d/1DsWDIVrpJhM4RgOETO9VWqUtEHo3-c7XIWmNpi6sTSo/edit?usp=sharing )
85+ * ** Video Demo** : [ YouTube] ( https://www.youtube.com/watch?v=eFVhLnWFxtE )
8786
8887## License
8988
You can’t perform that action at this time.
0 commit comments