mirror of https://github.com/OISF/suricata
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.
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 | 1 year ago | |
| docker/pcaps | 2 years ago | |
| gnuplot | ||
| live | 3 months ago | |
| Makefile.am | ||
| drmemory.suppress | ||
| lsan.suppress | ||
| run-ossfuzz-corpus.sh | 4 years ago | |
| sock_to_gzip_file.py | ||
| travis.sh | ||
| unix.sh | 1 year ago | |
| valgrind.suppress | 2 years ago | |
| wirefuzz.pl | 3 years ago | |