mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-03-22 13:11:28 +00:00
Compare commits
3 Commits
747b8308c6
...
xdp
| Author | SHA1 | Date | |
|---|---|---|---|
| 97436ee92a | |||
| 6bea1bc8e5 | |||
| 64109fac3b |
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -5,3 +5,6 @@
|
|||||||
[submodule "libbpf"]
|
[submodule "libbpf"]
|
||||||
path = libbpf
|
path = libbpf
|
||||||
url = https://github.com/libbpf/libbpf.git
|
url = https://github.com/libbpf/libbpf.git
|
||||||
|
[submodule "xdp-tools"]
|
||||||
|
path = xdp-tools
|
||||||
|
url = https://github.com/xdp-project/xdp-tools/
|
||||||
|
|||||||
@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "pylibbpf"
|
name = "pylibbpf"
|
||||||
version = "0.0.4"
|
version = "0.0.5"
|
||||||
description = "Python Bindings for Libbpf"
|
description = "Python Bindings for Libbpf"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "r41k0u", email = "pragyanshchaturvedi18@gmail.com" },
|
{ name = "r41k0u", email = "pragyanshchaturvedi18@gmail.com" },
|
||||||
|
|||||||
@ -2,6 +2,6 @@ import pylibbpf as m
|
|||||||
|
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
assert m.__version__ == "0.0.4"
|
assert m.__version__ == "0.0.5"
|
||||||
prog = m.BpfProgram("tests/execve2.o")
|
prog = m.BpfProgram("tests/execve2.o")
|
||||||
print(prog)
|
print(prog)
|
||||||
|
|||||||
1
xdp-tools
Submodule
1
xdp-tools
Submodule
Submodule xdp-tools added at fa3bcd03cc
Reference in New Issue
Block a user