You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after reconfigure kernel config with CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y, I am able to load XDP program with xdp-loader, but ran into another issue below where kernel reports CPU stall and loongfire auto reboot. the issue happens to Fedora loongarch release and fedora seems to be in hard lockup.
after reconfigure kernel config with
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
, I am able to load XDP program with xdp-loader, but ran into another issue below where kernel reports CPU stall and loongfire auto reboot. the issue happens to Fedora loongarch release and fedora seems to be in hard lockup.trigger CPU stall
xdp-loader load red0 -m skb -vvv -P 80 -p /sys/fs/bpf/xdp-dns -n xdp_dns /usr/lib/bpf/xdp_dnsrrl.bpf.o
the xdp_dnsrrl.bpf.o has bpf taill calls, not sure if it is related. other XDP program seems loading fine.
here is the source code of xdp_dnsrrl.bpf.c https://github.com/vincentmli/xdp-tools/blob/master/xdp-dnsrrl/xdp_dnsrrl.bpf.c
The text was updated successfully, but these errors were encountered: