Aurélien DEROIDE
Aurélien DEROIDE
how can i split a big Earthfile to many small Earthfile without create directory for every Earthfile
I don't think you can :(
> It's not clear what's needed to support the external networks -- if anyone runs into a specific use-case for external networks, please share it with us. Until then this...
I don't think the misuse issue is that bad here. Yes one could get confused and use `RequireRun()` on a never-ending fx app, but it would just make the test...
> > but it would just make the test timeout and it'd be clear that RequireRun() makes the test timeout and that it was misused > > I'm not sure...
While looking at the generated bindings, I was also very surprised to see that `BPF_F_ADJ_ROOM_xxx` are `c_uint` / `u32` https://github.com/aya-rs/aya/blob/0c2cc1f85b8ae06ac1fb40d0d76a8426d31f57de/ebpf/aya-ebpf-bindings/src/x86_64/bindings.rs#L1554-L1563 Even though the kernel definitions for them is a `ULL`...
> The usual workaround is to add a function (in C) that returns the macro value I'm not sure what you mean by that, as I see no C file...
> would you mind making this a github link instead of elixir? Done :)
Hi ! I'm pretty sure `bpf_l3_csum_replace` and `bpf_l3_csum_replace` do work, as I use them in my project. But what is true is that they have a very un-intuitive and error...
Those helper can't be used for xdp program, and that's not a aya limitation, it's a kernel one https://docs.ebpf.io/linux/helper-function/bpf_l3_csum_replace/ So yeah on xdp you have no other choice that to...