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

Commit

Permalink
Updated README for libxdp
Browse files Browse the repository at this point in the history
Signed-off-by: phansGithub <root@silpixa00401197b.ir.intel.com>
  • Loading branch information
phansGithub committed Nov 22, 2023
1 parent 38317c2 commit 6241e24
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 6241e24

Please sign in to comment.