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/doc/userguide
Lukas Sismis cb997a64dc dpdk: replace global with per-thread mempools
It turned out that having global (interface-specific) mempool
that is shared by the threads of the interface is slower than
having individual mempools per queue for each interface.

The commit brings this change and should be user-invisible,
the config setting remains still as a number of objects of
all mempools summed (of that interface).

Ticket: 7382
4 months ago
..
3rd-party-integration
_static
appendix
capture-hardware dpdk: auto configure Rx/Tx descriptors and mempool size 4 months ago
configuration dpdk: replace global with per-thread mempools 4 months ago
devguide
file-extraction
licenses
lua doc/userguide: add lua flowlib docs 4 months ago
manpages
output
partials
performance hyperscan: add caching mechanism for hyperscan contexts 4 months ago
plugins doc/ndpi: move ndpi docs to new plugins section 4 months ago
reputation
rule-management
rules detect: allow rule which need both directions to match 4 months ago
setting-up-ipsinline-for-linux
upgrade
.gitignore
Makefile.am doc/ndpi: move ndpi docs to new plugins section 4 months ago
Makefile.sphinx
README.md
acknowledgements.rst
command-line-options.rst
conf.py
convert.py
docutils.conf
generate-evedoc.sh
index.rst doc/ndpi: move ndpi docs to new plugins section 4 months ago
initscripts.rst
install.rst
make-sense-alerts.rst
public-data-sets.rst
quickstart.rst af-packet: remove use-mmap option 4 months ago
requirements.txt
security.rst
setting-up-ipsinline-for-linux.rst af-packet: remove use-mmap option 4 months ago
setting-up-ipsinline-for-windows.rst
support-status.rst
unix-socket.rst
upgrade.rst dpdk: replace global with per-thread mempools 4 months ago
verifying-source-files.rst
what-is-suricata.rst

README.md

Suricata User Guide

This directory contains the Suricata Guide. The Suricata Developer's guide is included as a chapter of the Guide. The Sphinx Document Generator is used to build the documentation. For a primer os reStructuredText see the reStructuredText Primer.

Verifying Changes

There are a number of output formats to choose from when making the source documentation locally (e.g. html, pdf, man).

The documentation source can be built with make -f Makefile.sphinx html. Substitute the 'html' word for desired output format.

There are different application dependencies based on the output desired.