diff --git a/README.md b/README.md index 9ccbfaf3..f673d6e7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Bloat is below 5ms in each direction. * Simple client management via csv file ## 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. -* XDP's cpumap-redirect achieves higher throughput on a server actual hardware NIC (XDP offloading possible) vs as a VM (generic XDP). +* XDP's cpumap-redirect achieves higher throughput on a server with direct access to the NIC (XDP offloading possible) vs as a VM with bridges (generic XDP). * Working on stats feature ## Requirements * Requires kernel version 5.12 or above for physical servers, and kernel version 5.14 or above for VM.