Nick Hainke

Results 149 comments of Nick Hainke

But still weird errors: ``` root@OpenWrt:/tmp# xdp-loader status CURRENT XDP PROGRAM STATUS: Interface Prio Program name Mode ID Tag Chain actions ------------------------------------------------------------------------------------- libbpf: Attribute of type 0x2a found multiple times...

I can load a prog with iproute2: ``` root@OpenWrt:/tmp# ip link set dev wlan0 xdp obj srv6_remover.o sec srv6-remover BTF debug data section '.BTF' rejected: Invalid argument (22)! - Length:...

> Endianness issue perhaps? Hmmmm. I will have a look. But the libbpf library is not compiled from me, or? It is installed from the package sources of the opkg...

> This sounds like libbpf is having trouble parsing netlink messages. Maybe it is build against the wrong libbpf version, since you checkout an own libbpf version in your makefiles?...

@regae Can you give more details what you are executing?

Did this occur also in 1.0.4?

Thanks. However, it is getting weird, because if I saw it correctly the INCLUDE is picked up here: https://github.com/shemminger/iproute2/blob/main/configure#L525-L528 So INCLUDE is set to KERNEL_INCLUDE due to a legacy compatibility...

Awesome!!! Thanks a lot! @spolack @pmelange @blocktrron @kls0e @akira25 @robertfoss