Darius Jahandarie
Darius Jahandarie
Awesome. I just did a hackjob of splitting it to get my development started, but what I did probably is not useful for the actual split. Darius
Any progress here? cc @frankmcsherry
@Smana just checking if you managed to get an answer from any of the maintainers on native XDP support in bnx2x
The `try_from`→`new` refactor seems like something I might be able to do, but the `alloc_kernel_mem` refactor seems a bit more daunting. :sweat_smile:
I gave it a quick shot, but it seems like figuring out what to do with the read half (`PerCpuArray::get` → `bpf_map_lookup_elem_per_cpu` → `PerCpuValues::alloc_kernel_mem`) is the hard bit. Should we...
That does indeed sound much better, thanks for looking into whether it's safely cachable or not. I tried out the lazy-static idea here, https://github.com/djahandarie/aya/commit/b171057ec050db03e1e57b5c4cd6e4bcb098c89e. It requires a little bit of...
As a new user of the library I have to say the biggest issue I've faced is figuring out what the intended way to modify packets is while working with...
> real-world demand @maxgoedjen Let me share the use-case that me and @joaopenteado have at our employer (@mercari). I think the idea is broadly applicable to any corporation. We are...
> Yeah that's exactly what I'm getting at - I think conceptually it's solid but I don't know that there's actually any way to use the output right now if...
We are also considering using this library as a (wasm) replacement for handlebars.js, as handlebars.js requires unsafe-eval and therefore will not be possible to use in MV3 extensions at least...