Allow choosing between xdp-cpumap-tc and cpumap-pping

This commit is contained in:
Robert Chacón 2022-11-14 07:44:11 -07:00 committed by GitHub
parent 99b4d74d42
commit 1552fc342a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"