Project

General

Profile

Actions

Task #7721

open

threading: make the Suricata 7 cpu affinity format obsolete

Added by Lukas Sismis 6 days ago.

Status:
Assigned
Priority:
Normal
Assignee:
Target version:
Effort:
Difficulty:
Label:

Description

Suricata 8 should transition from

  cpu-affinity:
    - management-cpu-set:
        cpu: [ 0 ]  # include only these CPUs in affinity settings
    - receive-cpu-set:
        cpu: [ 0 ]  # include only these CPUs in affinity settings

to the new format.

  cpu-affinity:
    management-cpu-set:
      cpu: [ 0 ]  # include only these CPUs in affinity settings
    receive-cpu-set:
      cpu: [ 0 ]  # include only these CPUs in affinity settings

Suricata 8 supports both versions of the configuration.

No data to display

Actions

Also available in: Atom PDF