From 1552fc342a50c1a62fffeaa1f7bbfa1be5f52a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Mon, 14 Nov 2022 07:44:11 -0700 Subject: [PATCH] Allow choosing between xdp-cpumap-tc and cpumap-pping --- v1.3/ispConfig.example.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/v1.3/ispConfig.example.py b/v1.3/ispConfig.example.py index 11aaf94d..443231b7 100644 --- a/v1.3/ispConfig.example.py +++ b/v1.3/ispConfig.example.py @@ -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"