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 5d9a29e commit 71d005bCopy full SHA for 71d005b
tests/failing_tests/xdp_pass.py
@@ -3,14 +3,15 @@
3
from pythonbpf.helper import XDP_PASS
4
from vmlinux import TASK_COMM_LEN # noqa: F401
5
6
-# from vmlinux import struct_qspinlock_0_1 # noqa: F401
+from vmlinux import struct_qspinlock # noqa: F401
7
+
8
# from vmlinux import struct_trace_event_raw_sys_enter # noqa: F401
9
# from vmlinux import struct_posix_cputimers # noqa: F401
10
from vmlinux import struct_xdp_md
11
12
13
# from vmlinux import struct_ring_buffer_per_cpu # noqa: F401
-from vmlinux import struct_request # noqa: F401
14
+# from vmlinux import struct_request # noqa: F401
15
from ctypes import c_int64
16
17
# Instructions to how to run this program
0 commit comments