xdp-tutorial icon indicating copy to clipboard operation
xdp-tutorial copied to clipboard

is Kernel version 5.8 old ?

Open thanhlong9x opened this issue 1 year ago • 1 comments

Hi, I'm learning xdp-project but when I build the example, I get this error. I use kernel version 5.8.0-63-generic, is this version not suitable for project?

image

image

image

thanhlong9x avatar Apr 07 '23 10:04 thanhlong9x

I suppose you tried to make old version of xdp-tutorial based on new version of libbpf or libxdp, because new version of libbpf does not backward compatible with old version, so you should use new version of xdp-tutorial which base on new version libxdp and libbpf. So kernel 5.8 is not too old.

tengliu0929 avatar Jun 13 '23 08:06 tengliu0929