diff --git a/XDP.md b/XDP.md new file mode 100644 index 0000000..5d63837 --- /dev/null +++ b/XDP.md @@ -0,0 +1,9 @@ +XDP stands for e**X**press **D**ata **P**ath, and provides a high performance data path in the Linux kernel for processing network packets as they hit the NIC. + + + + + +### Reference +* https://duo.com/labs/tech-notes/writing-an-xdp-network-filter-with-ebpf +