]> git.ipfire.org Git - thirdparty/suricata.git/commit
dpdk: make static variables thread_local
authorLukas Sismis <lsismis@oisf.net>
Sat, 23 Mar 2024 22:10:41 +0000 (23:10 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 10 Apr 2024 05:03:07 +0000 (07:03 +0200)
commit3fdcf7fbe47a5ad3f9a3650a3de78e5c2e151d3a
tree10f558cd8371d1e0170999320bdbcae823f8c41f
parent78313100a4259fb86b8087d701e38c45e8ef3dcb
dpdk: make static variables thread_local

Per a newly obtained knowledge, static variables in functions
are not thread-safe and as a result thread_local attribute was
added.
src/source-dpdk.c