Files
xdp-project-bpf-examples/.gitmodules
Toke Høiland-Jørgensen ff3e4272ff Integrate libxdp as a submodule
This adds libxdp as a submodule and link target alongside libbpf. This
should make it just as easy for examples to use libxdp as it currently is
for libbpf. Some hoops need to be jumped through to make libxdp link
against the same version of libbpf as the one we use in this repository.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2022-04-20 13:12:45 +02:00

8 lines
207 B
Plaintext

[submodule "lib/libbpf"]
path = lib/libbpf
url = https://github.com/xdp-project/libbpf.git
ignore = dirty
[submodule "lib/xdp-tools"]
path = lib/xdp-tools
url = https://github.com/xdp-project/xdp-tools