]> git.ipfire.org Git - thirdparty/suricata.git/commit
autofp: update queue handlers 2089/head
authorVictor Julien <victor@inliniac.net>
Tue, 17 May 2016 16:34:55 +0000 (18:34 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 20 May 2016 07:04:27 +0000 (09:04 +0200)
commit78ecfe8780ca3d06bba9318c42775f51e132e45f
treec4a47f881bca51839330d97cfeb85ea9991f2950
parent61ce05e7ed8a8ef7b02ff57f2e7c6281003ef62c
autofp: update queue handlers

Now that the flow lookup is done in the worker threads the flow
queue handlers running after the capture thread(s) no longer have
access to the flow. This limits the options of how flow balancing
can be done.

This patch removes all code that is now useless. The only 2 methods
that still make sense are 'hash' and 'ippair'.
src/flow-hash.c
src/flow-util.h
src/flow.h
src/tmqh-flow.c
src/tmqh-flow.h