March 20, 2025
EtherTAP is a software based Ethernet analysis and monitoring security tool which allows to obtain insight and to record selected (or all) traffic for further analysis and evaluation. EtherTAP is based on IXDP, which is an internal API at Inlab Networks on top of libxdp/AF_XDP. XDP/AF_XDP in zero-copy mode allows packet processing at wire-speed up to 100GbE full duplex.
March 4, 2025
This shares some comments and provides important key resources for implementing high speed libxdp packet forwarding.
February 14, 2025
intel-igc Linux 5.4 kernel driver for Intel(R) I225-LM/I225-V 2.5G Ethernet Controller.
February 12, 2025
This summarizes experiences, resources and recommendations interfacing the Intel ixgbe driver for IXDP zero-copy packet processing on Debian 12.
February 9, 2025
This summarizes experiences, resources and recommendations interfacing the Intel e1000e driver for IXDP zero-copy packet processing on Debian 12.
February 9, 2025
The Linux igb driver supports all 82575, 82576, 82580, I350, I354, and I210/I211 based Intel® Gigabit Ethernet Network Connections.
February 5, 2025
This summarizes experiences, resources and recommendations interfacing the Intel i40e driver for IXDP zero-copy packet processing on Debian 12.
January 29, 2025
This explains our wrapper API on top of libxdp which faciliates the implementation of multi-threaded zero-copy packet processing applications substantially.