Update and rename HOWTO install xdp-cpumap-tc.txt to README

This commit is contained in:
Robert Chacón 2021-07-01 13:13:27 -06:00 committed by GitHub
parent 334a795f16
commit 9af330cbf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View File

@ -1,6 +0,0 @@
cd LibreQoS
git clone https://github.com/xdp-project/xdp-cpumap-tc.git
cd /xdp-cpumap-tc/src/
git submodule update --init
sudo apt install clang gcc llvm libelf-dev
make

11
v0.9-alpha/README Normal file
View File

@ -0,0 +1,11 @@
Requires XDP-CPUMAP-TC
Only works on bare hardware at the moment, not VM. Will work on VMs once <a href="https://www.spinics.net/lists/bpf/msg42260.html">this patch</a> is part of the mainline linux kernel.
```
cd LibreQoS
git clone https://github.com/xdp-project/xdp-cpumap-tc.git
cd /xdp-cpumap-tc/src/
git submodule update --init
sudo apt install clang gcc llvm libelf-dev
make
```