]> git.ipfire.org Git - thirdparty/suricata.git/commit
dpdk: improve handling of SOCKET_ID_ANY in DPDK 22.11+
authorLukas Sismis <lsismis@oisf.net>
Thu, 22 Jun 2023 13:43:39 +0000 (15:43 +0200)
committerVictor Julien <vjulien@oisf.net>
Mon, 10 Jul 2023 07:27:02 +0000 (09:27 +0200)
commitc339e7600a20cd4d3b60e5a8caa5c58d66bc553b
tree3c31882a1fab70c2c172edd10f0ffecce3a44c84
parent2fdc0e497e1217ec808b061fe30ddd5a2799dd41
dpdk: improve handling of SOCKET_ID_ANY in DPDK 22.11+

Suricata complained that NIC is on different NUMA node than the CPU
thread. However, sometimes DPDK might be unable to resolve NUMA
location and as a result operate with any NUMA node that is available.
Current implementation reported NUMA ID as -1 which could have been
confusing to users.

Ticket: #6115
src/source-dpdk.c