mirror of https://github.com/OISF/suricata
cybersecurityidsintrusion-detection-systemintrusion-prevention-systemipsnetwork-monitornetwork-monitoringnsmsecuritysuricatathreat-hunting
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.
Move the allocation of the mPipe ingress queue from a loop over the number of workers in the main init function to being done inside each worker thread. This allows allocating the memory locally on the worker's CPU without needing to figure out ahead of time where that thread will be running. This fixes one case of static mapping of workers to CPUs. Use __thread to hold the queue rather than a global tables of queues. |
11 years ago | |
---|---|---|
benches | ||
contrib | ||
doc | ||
m4 | ||
qa | ||
rules | ||
scripts | ||
src | ||
.gitignore | ||
COPYING | ||
ChangeLog | ||
LICENSE | ||
Makefile.am | ||
Makefile.cvs | ||
acsite.m4 | ||
autogen.sh | ||
classification.config | ||
config.rpath | ||
configure.ac | ||
doxygen.cfg | ||
reference.config | ||
suricata.yaml.in | ||
threshold.config |