mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-03 09:00:28 -06:00
Update README.md
This commit is contained in:
parent
b5e7b62719
commit
9a3d130650
15
README.md
15
README.md
@ -70,9 +70,9 @@ See the table below.
|
||||
╠══════════════════════╬══════════════════════╬══════════════════╣
|
||||
║ Metrics ║ ║ ✔ ║
|
||||
╠══════════════════════╬══════════════════════╬══════════════════╣
|
||||
║ Shape By ║ AP, Client ║ Site, AP, Client ║
|
||||
║ Shape By ║ Site, AP, Client ║ Site, AP, Client ║
|
||||
╠══════════════════════╬══════════════════════╬══════════════════╣
|
||||
║ Throughput ║ 10G+ (v0.9) ║ 20G+ [2] ║
|
||||
║ Throughput ║ 10G+ (v0.9+) ║ 20G+ [2] ║
|
||||
╚══════════════════════╩══════════════════════╩══════════════════╝
|
||||
```
|
||||
* [1] [Piece of CAKE: A Comprehensive Queue Management Solution for Home Gateways](https://arxiv.org/pdf/1804.07617.pdf)
|
||||
@ -151,7 +151,16 @@ LibreQoS cannot decapsulate MPLS on its own.
|
||||
#### 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](https://github.com/xdp-project/xdp-cpumap-tc) 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).
|
||||
* Working on stats feature
|
||||
|
||||
### v1.0 (Stable - IPv4) 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 accomodate 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 accomodate 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](https://github.com/xdp-project/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).
|
||||
|
||||
## General Requirements
|
||||
* VM or physical server. Physical server will perform better and better utilize all CPU cores.
|
||||
|
Loading…
Reference in New Issue
Block a user