mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Allow choosing between xdp-cpumap-tc and cpumap-pping
This commit is contained in:
parent
99b4d74d42
commit
1552fc342a
@ -40,6 +40,11 @@ queuesAvailableOverride = 0
|
||||
# Past 25,000 subsribers this algorithm becomes inefficient and is not advised
|
||||
useBinPackingToBalanceCPU = True
|
||||
|
||||
# Use xdp-cpumap-tc or cpumap-pping. If you plan to graph
|
||||
# latency, choose cpumap-pping. Otherwise, choose xdp-cpumap-tc
|
||||
#cpumapVersion = "xdp-cpumap-tc"
|
||||
cpumapVersion = "cpumap-pping"
|
||||
|
||||
# Bandwidth & Latency Graphing
|
||||
influxDBEnabled = True
|
||||
influxDBurl = "http://localhost:8086"
|
||||
|
Loading…
Reference in New Issue
Block a user