You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/.github/workflows/dpdk/suricata-null-ids.yaml

42 lines
768 B
YAML

%YAML 1.1
---
outputs:
- eve-log:
enabled: yes
filetype: regular
append: false
filename: eve.json
level: Info
types:
- stats:
totals: yes
dpdk:
eal-params:
proc-type: primary
vdev: net_null0
no-huge:
m: 256
interfaces:
- interface: net_null0 # PCIe address of the NIC port
threads: auto
mempool-size: 511
mempool-cache-size: auto
rx-descriptors: 16
tx-descriptors: 16
copy-mode: none
copy-iface: none # or PCIe address of the second interface
threading:
set-cpu-affinity: yes
cpu-affinity:
- management-cpu-set:
cpu: [ 0 ]
- worker-cpu-set:
cpu: [ "all" ]
mode: "exclusive"
unix-command:
enabled: auto