From f8d4e033e07a197980672d0b4b680457889cc74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Thu, 1 Jul 2021 13:40:28 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c3023a60..f1083818 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ The impact of fq_codel on a 3000Mbps connection vs hard rate limiting — a 30x ## Limitations * Not dual stack, clients can only be shaped by IPv4 address for now in v0.9. Once IPv6 support is added to XDP-CPUMAP-TC we can then shape IPv6 as well. * Working on stats feature +## Requirements +* Requires XDP-CPUMAP-TC. See here for details. +* Only works on dedicated linux machine at the moment, not on VMs. Will soon work on VMs once this patch is part of the mainline linux kernel. # v0.8 ## Features