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/qa
Lukas Sismis 214e47bea1 dpdk: move to native queue-sized mempools
As a legacy from Suricata 7, mempool size was kept even internally
as a global size. Since in Suricata 8, mempool allocation moved to
per queue model, it makes sense to calculate the correct size right
when loading the configuration.

The previous implementation misscalculated in some scenarios the size
of the mempool which prevented Suricata starting successfully.
This happened, e.g. when there were 32k RX descriptors and 64 TX descs.
The resulting mempool was incorrectly deduced as 32767 (2^n-1), which
didn't even hold all RX descriptors. Instead, it should result to 65535.

Ticket: 8370
3 months ago
..
coccinelle rust: bindgen SCSigMatchAppendSMToList 1 year ago
docker/pcaps qa: remove depcrecated files 2 years ago
gnuplot
live dpdk: move to native queue-sized mempools 3 months ago
Makefile.am
drmemory.suppress
lsan.suppress
run-ossfuzz-corpus.sh github-ci/codecov: add rust coverage support 4 years ago
sock_to_gzip_file.py
travis.sh
unix.sh qa: fix suricatasc path 1 year ago
valgrind.suppress config/nss: Remove libnspr/libnss traces 2 years ago
wirefuzz.pl qa: spelling 3 years ago