This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via f903d3a6f0c4a3f2e5251fda7ea2d1b788606294 (commit) from aa20f1b27727e8ed3d3d164eb3a66faa4ea0d4a4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f903d3a6f0c4a3f2e5251fda7ea2d1b788606294 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Apr 4 22:01:54 2019 +0100
suricata: Disable CPU affinity
Benchmarks have shown, that this is making the IPS slower across various hardware
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 8580827a1..f37294d54 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -697,7 +697,7 @@ spm-algo: auto
# Suricata is multi-threaded. Here the threading can be influenced. threading: - set-cpu-affinity: yes + set-cpu-affinity: no # Tune cpu affinity of threads. Each family of threads can be bound # on specific CPUs. #
hooks/post-receive -- IPFire 2.x development tree