mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update and rename HOWTO install xdp-cpumap-tc.txt to README
This commit is contained in:
parent
334a795f16
commit
9af330cbf4
@ -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
11
v0.9-alpha/README
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user