Open MaoZiming opened 7 months ago
I have the same problem.How did you solve it?
@MaoZiming @codeDing18 I guess it's related to linux kernel version, the flags
is introduced in 5.4 https://github.com/torvalds/linux/commit/77cd0d7b3f257fd0e3096b4fdcff1a7d38e99e10
error: ‘struct xdp_ring_offset’ has no member named ‘flags’
i have the same problem too。
Is this error related to the kernel version?
i am using this kernel version: 4.18.0-193.6.3.el8_2.x86_64
After I run
./getdeps.sh
, I got:I am on
Debian GNU/Linux 10 (buster)