]> git.ipfire.org Git - people/fbuehrle/ipfire-2.x.git/commitdiff
suricata: Enable CPU affinity
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Mar 2019 21:58:01 +0000 (21:58 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Mar 2019 21:58:01 +0000 (21:58 +0000)
This will tie the detection threads to a certain CPU and
slightly increases throughput on my system.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/suricata/suricata.yaml

index 3b50157bf79fb6ac827915038d76156a8b9e2ba1..8580827a1157ed2d403a58c742268699c70d0be2 100644 (file)
@@ -697,7 +697,7 @@ spm-algo: auto
 
 # Suricata is multi-threaded. Here the threading can be influenced.
 threading:
-  set-cpu-affinity: no
+  set-cpu-affinity: yes
   # Tune cpu affinity of threads. Each family of threads can be bound
   # on specific CPUs.
   #
@@ -717,18 +717,15 @@ threading:
     - worker-cpu-set:
         cpu: [ "all" ]
         mode: "exclusive"
-        # Use explicitely 3 threads and don't compute number by using
-        # detect-thread-ratio variable:
-        # threads: 3
         prio:
           low: [ 0 ]
           medium: [ "1-2" ]
           high: [ 3 ]
           default: "medium"
-    #- verdict-cpu-set:
-    #    cpu: [ 0 ]
-    #    prio:
-    #      default: "high"
+    - verdict-cpu-set:
+        cpu: [ 0 ]
+        prio:
+          default: "high"
   #
   # By default Suricata creates one "detect" thread per available CPU/CPU core.
   # This setting allows controlling this behaviour. A ratio setting of 2 will