-
Updated
Mar 21, 2021 - Go
ebpf
Here are 169 public repositories matching this topic...
-
Updated
Mar 21, 2021 - Lua
-
Updated
Mar 21, 2021 - C++
-
Updated
Mar 21, 2021 - Go
-
Updated
Mar 20, 2021 - Go
We use kind for integration tests against a kubernetes cluster. We now have a dirty hack to load the built images into the kind docker daemon since when we started using it kind was at a very early stage and didn't have the load command. Now the load command is available so we can just replace the hack with it!
Docs here
https://kind.sigs.k8s.io/docs/user/quick-start/#loading-an-image-into-y
An example is a socketfilter that uses constants like https://github.com/cloudflare/rakelimit.
program filter_ipv4: map .rodata: can't freeze map: can't freeze map: operation not permitted
- Why doesn't the kernel let us freeze the map?
- Can we ignore EPERM during freezing? After all we already check whether we can freeze in the first place.
-
Updated
Mar 1, 2021
-
Updated
Mar 12, 2021 - Go
-
Updated
Feb 23, 2021 - Go
-
Updated
Mar 19, 2021 - Rust
-
Updated
Mar 21, 2021 - Python
-
Updated
Jan 19, 2021 - Rust
-
Updated
Feb 19, 2019 - Python
-
Updated
Feb 8, 2021 - Shell
-
Updated
Feb 18, 2020 - Go
Can we get some performance comparison between polycube and using standard linux facilities (NAT, iptables, etc.)?
CPU usage, PPS, latencies, etc.
-
Updated
Feb 10, 2020 - C
-
Updated
Mar 21, 2021 - C
-
Updated
Feb 24, 2019 - C
-
Updated
Feb 17, 2021 - Go
Improve this page
Add a description, image, and links to the ebpf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ebpf topic, visit your repo's landing page and select "manage topics."
Seems we have some language features not fully documented (like bitshift operators in #1322).
Would be good to go through language grammar and make sure everything is in the reference guide.