Create README.md

This commit is contained in:
Robert Chacón 2022-09-07 11:03:07 -06:00 committed by GitHub
parent f5618fdb9b
commit f091651bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
v1.1/README.md Normal file
View File

@ -0,0 +1,19 @@
# v1.0 (IPv4) (Stable)
Released: 11 Dec 2021
## Features
Can now shape by Site, in addition to by AP and by Client
## Considerations
If you shape by Site, each site is tied to a queue and CPU core. Sites are evenly distributed across CPUs. Since each CPU can usually only accommodate up to 4Gbps, ensure any single Site will not require more than 4Gbps throughput.
If you shape by Acess Point, each Access Point is tied to a queue and CPU core. Access Points are evenly distributed across CPUs. Since each CPU can usually only accommodate up to 4Gbps, ensure any single Access Point will not require more than 4Gbps throughput.
## Limitations
As with 0.9, not yet dual stack, clients can only be shaped by IPv4 address until IPv6 support is added to XDP-CPUMAP-TC. Once that happens we can then shape IPv6 as well.
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).