Gurnoor Singh Virdi

Results 5 comments of Gurnoor Singh Virdi

I don't believe there are any references to a map. The program is simple, has no map structs and the only bpf helper used is bpf_printk. The following files are...

Another example of the same error is when I try to use `__builtin_memcpy`. In the below eBPF program, I'm trying to set the destination ipv6 address to loopback. ```c uint32_t...

Anything I can do as a user?

@elazarg Ah it got deleted, that's strange. Anyway here it is: [myxdp_fail.o](https://drive.google.com/file/d/1JDl2w_vIivNqfkU1Bhv9v2os6jEziNcL/view?usp=sharing)

So does `parse_ethernet_packet` packet symbol get stripped out for some reason when the offending code is uncommented? That would be strange for clang to do. Does the second program which...