1 [COPY] --- T2-COPYRIGHT-BEGIN ---
2 [COPY] t2/package/*/libxdp/libxdp.desc
3 [COPY] Copyright (C) 2024 - 2025 The T2 SDE Project
4 [COPY] SPDX-License-Identifier: GPL-2.0
5 [COPY] --- T2-COPYRIGHT-END ---
7 [I] A library for attaching XDP programs and using AF_XDP sockets
9 [T] Libxdp provides two primary features on top of libbpf. The first is the
10 [T] ability to load multiple XDP programs in sequence on a single network
11 [T] device (which is not natively supported by the kernel). This support
12 [T] relies on the freplace functionality in the kernel, which makes it
13 [T] possible to attach an eBPF program as a replacement for a global function
14 [T] in another (already loaded) eBPF program. The second main feature is
15 [T] helper functions for configuring AF_XDP sockets as well as reading and
16 [T] writing packets from these sockets.
18 [U] https://github.com/xdp-project/xdp-tools/tree/master/lib/libxdp
20 [A] XDP-project <xdp-newbies@vger.kernel.org>
21 [M] The T2 Project <t2@t2-project.org>
30 [P] X -----5---9 139.000
32 [O] hook_add premake 5 "./configure"
33 [O] var_append makeopt ' ' 'libxdp'
34 [O] var_remove_regex GCC_WRAPPER_INSERT ' ' '-march=.*'
36 [D] 0d981f6a8c4762f5874a41a38a9fbb09228f1defe07b7c85e13a9228 libxdp-1.5.1.tar.gz https://github.com/xdp-project/xdp-tools/archive/v1.5.1/