]> git.ipfire.org Git - thirdparty/suricata.git/commit
dpdk: support multiple same EAL arguments
authorliaozhiyuan <798389647@qq.com>
Thu, 1 Jun 2023 02:38:04 +0000 (10:38 +0800)
committerVictor Julien <vjulien@oisf.net>
Fri, 16 Jun 2023 08:38:48 +0000 (10:38 +0200)
commita748164d5863937580dde41785663b1d3f3b78b7
treec557336503fc82b355d9ea04743ef65f9f3a4614
parente75956717d6a90abeccd51a8c71bf0b3ea8a9e8b
dpdk: support multiple same EAL arguments

DPDK apps can specify multiple arguments of the same
type. YAML format only allows unique keys within a single
node. This commit adds support for multiple EAL arguments
of the same type to be used within suricata.yaml.

Ticket: #5964
doc/userguide/configuration/suricata-yaml.rst
src/runmode-dpdk.c