Delete README.md

This commit is contained in:
Robert Chacón 2021-07-04 12:31:51 -06:00 committed by GitHub
parent 803fc7586d
commit de485a84a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +0,0 @@
Requires XDP-CPUMAP-TC
Only works on dedicated linux machine at the moment, not on VMs.
Will soon 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 submodule update --init
cd /xdp-cpumap-tc/src/
sudo apt install clang gcc llvm libelf-dev
make
```