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

Updated README for libxdp #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ The following prerequisites are required to build and deploy the plugins from so
- **llvm**
- Compiling the bpf progs for Kind.
- Install on Ubuntu: `apt install llvm`
- **libxdp**
- Same as Libbpf, to load and unload the XDP program onto the network device.
- To install from source, use wget and install:
- `wget https://mirrors.edge.kernel.org/ubuntu/pool/main/x/xdp-tools/libxdp1_1.3.0-2ubuntu2_amd64.deb`
- And `wget https://mirrors.edge.kernel.org/ubuntu/pool/main/x/xdp-tools/libxdp-dev_1.3.0-2ubuntu2_amd64.deb`
- Note: Libbpf1 also needs to be installed for the above to function.

### Static analysis, linting and formatting

Expand Down
Loading