Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 6241e24

Browse files
author
phansGithub
committed
Updated README for libxdp
Signed-off-by: phansGithub <[email protected]>
1 parent 38317c2 commit 6241e24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ The following prerequisites are required to build and deploy the plugins from so
9797
- **llvm**
9898
- Compiling the bpf progs for Kind.
9999
- Install on Ubuntu: `apt install llvm`
100+
- **libxdp**
101+
- Same as Libbpf, to load and unload the XDP program onto the network device.
102+
- To install from source, use wget and install:
103+
- `wget https://mirrors.edge.kernel.org/ubuntu/pool/main/x/xdp-tools/libxdp1_1.3.0-2ubuntu2_amd64.deb`
104+
- And `wget https://mirrors.edge.kernel.org/ubuntu/pool/main/x/xdp-tools/libxdp-dev_1.3.0-2ubuntu2_amd64.deb`
105+
- Note: Libbpf1 also needs to be installed for the above to function.
100106

101107
### Static analysis, linting and formatting
102108

0 commit comments

Comments
 (0)