ZiiS 4 minutes ago

They say "By the time a packet reaches the TC hook, the kernel has already processed it through various subsystems for routing, firewalling, and even connection tracking." but surely this is also true before it reaches the VETH?

ZiiS 7 minutes ago

I understand they are attached to the phrase "loophole" but it feels fairly like they are using it as designed to me?

iSloth 6 minutes ago

Also wondering, why not just use DPDK?

docapotamus 39 minutes ago

Great post.

In some scenarios veth is being replaced with netkit for a similar reason. Does this impact how you're going to manage this?

loopholelabs a day ago

XDP (eXpress Data Path) is the fastest packet processing framework in linux - but it only works for incoming (ingress) traffic. We discovered how to use it for outgoing (egress) traffic by exploiting a loophole in how the linux kernel determines packet direction. Our technique delivers 10x better performance than current solutions, works with existing Docker/Kubernetes containers, and requires zero kernel modifications.

This post not only expands on the overall implementation but also outlines how existing container and VM workloads can immediately take advantage with minimal effort and zero infrastructure changes.

  • rtkaratekid 31 minutes ago

    Forgive me of my ignorance, but is XDP faster than DPDK for packet processing? It seems like DPDK has had a lot of work done for hardware optimizations that allow speeds that I can’t recall XDP being able to do. I have not looked too deeply into this though, so I’m very open to being wrong!

shivanshvij 19 hours ago

Hi HN, Shivansh (founder) here, happy to answer any questions folks might have about the implementation and the benchmarks!

kosolam an hour ago

Hey I can’t browse the link crashes on ios