VXLAN implementation in eBPF. Not because we couldn't but because we could.
VXLAN is usually something you leave to hardware or the kernel’s networking stack, but eBPF lets you bypass all that, cutting out CPU overhead and making it faster.
https://github.com/unikzforce/wormhole
VXLAN is usually something you leave to hardware or the kernel’s networking stack, but eBPF lets you bypass all that, cutting out CPU overhead and making it faster.
https://github.com/unikzforce/wormhole
Comments