[Summary]
* eBPF: Technology enabling application developers to run programs within the kernel space, allowing them to utilize OS functions at runtime.
* XDP: Technology based on eBPF that supports packet processing.
* XDP consists of XDP driver hooks and the eBPF virtual machine, enabling secure packet processing in the kernel space with