Quentin Monnet
Quentin Monnet
Extract from `man bpftool-map`: ``` bpftool map create FILE type TYPE key KEY_SIZE value VALUE_SIZE entries MAX_ENTRIES name NAME [flags FLAGS] [inner_map MAP] [dev NAME] bpftool map dump MAP bpftool...
`bpftool iter` only support the `pin` subcommands. It begs for a `list` subcommands. Not sure if this is completely necessary though, given that we can already see the iterators from...
`bpftool net attach` can load only one XDP program to a network interface. We would make it work in a similar way to what [xdp-loader](https://github.com/xdp-project/xdp-tools/tree/master/xdp-loader) does.
Following [the discussion with Andrii on the BPF mailing list](https://lore.kernel.org/bpf/CAEf4BzZMJGrRhNeQeWB0fRsuRYUv01aZGhvDeFV2o5zdpRbR-w@mail.gmail.com/t/#u), we want to improve error messages by writing explicitly the name of the error returned from the kernel in addition...
It's 2023 and it's usually a good practice to drop the name `master` in favour of something like `main` for the principal branch of the repository. Most repos I work...
- docs: Alias "kubectl exec" command in Host Firewall guide - docs: Clean up Host Firewall documentation - docs: Document Host Policies known issues Refers to: - https://github.com/cilium/cilium/issues/25448 - https://github.com/cilium/cilium/issues/31209...
Hi folks, This is not a regular issue about Solana's rbpf. I'm writing to let you know that there is an undergoing effort to define a more formal specification of...
[Katran](https://github.com/facebookincubator/katran/) is a L4 load balancer published by Facebook, and relying on eBPF. It is regularly cited as an example use case for eBPF, so maybe you might want to...
Hi! It's nice to have all those compiled BPF programs in a single place. If it is of any interest to you, we (Netronome) have a couple of additional samples...
We want to keep the list in both files synchronised, but over time we let the two versions diverge. Let's synchronise them now. Fixes: 0b4d94edf7e7 ("ci-e2e: add job testing node...