xdp-tools: add package
authorDaniel Golle <daniel@makrotopia.org>
Tue, 28 Jun 2022 00:21:44 +0000 (01:21 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 4 Jul 2022 17:36:03 +0000 (18:36 +0100)
commit6ad1bea2a60342c4e7742b1acee9cf2c568422da
tree6d81e748bd649e45428518b0fe00b1310bd62457
parent265f402fbdd8444835b43954bf27a83bc9369b91
xdp-tools: add package

xdp-tools - Library and utilities for use with the eXpress Data Path:
Fast Programmable Packet Processing in the Operating System Kernel

 * libxdp: library for attaching XDP programs and using AF_XDP sockets
 * xdp-filter: a simple XDP-powered packet filter
 * xdp-loader: an XDP program loader
 * xdpdump: tool for capturing packets at the XDP layer

Thanks to Nick @PolynomialDivision Hainke for testing and fixing!

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/network/utils/xdp-tools/Makefile [new file with mode: 0644]