diff --git a/v0.9-alpha/HOWTO install xdp-cpumap-tc.txt b/v0.9-alpha/HOWTO install xdp-cpumap-tc.txt deleted file mode 100644 index d2fc94dc..00000000 --- a/v0.9-alpha/HOWTO install xdp-cpumap-tc.txt +++ /dev/null @@ -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 diff --git a/v0.9-alpha/README b/v0.9-alpha/README new file mode 100644 index 00000000..089afcea --- /dev/null +++ b/v0.9-alpha/README @@ -0,0 +1,11 @@ +Requires XDP-CPUMAP-TC +Only works on bare hardware at the moment, not VM. Will work on VMs once this patch 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 +```