We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93634a4 commit e574156Copy full SHA for e574156
tests/failing_tests/xdp_pass.py
@@ -3,7 +3,7 @@
3
from pythonbpf.helper import XDP_PASS
4
from vmlinux import struct_xdp_md
5
6
-# from vmlinux import struct_ring_buffer_per_cpu # noqa: F401
+from vmlinux import struct_ring_buffer_per_cpu # noqa: F401
7
from vmlinux import struct_xdp_buff # noqa: F401
8
9
# from vmlinux import struct_xdp_md
0 commit comments