[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0.1-332-gc1f679d
OISF Git
noreply at openinfosecfoundation.org
Mon May 30 14:40:02 UTC 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".
The branch, master has been updated
via c1f679d3f3564fd3a2ab3b157880e22e1b936a7a (commit)
via e09643c396d6aa7ce35089ff45b5c4ce49c1d036 (commit)
from 48771c1acf2f9c87507fd3ce5559b02b4573c025 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c1f679d3f3564fd3a2ab3b157880e22e1b936a7a
Author: Victor Julien <victor at inliniac.net>
Date: Sun May 29 11:29:30 2016 +0200
flow worker: move UDP app-layer into main function
This way it's more clean what happens and we can profile it.
commit e09643c396d6aa7ce35089ff45b5c4ce49c1d036
Author: Victor Julien <victor at inliniac.net>
Date: Sun May 29 10:40:46 2016 +0200
flow worker: profiling
Previously the detect and stream code lived in their own thread
modules. This meant profiling showed their cost as part of the
thread module profiling logic. Now that only the flow worker is
a thread module this no longer works.
This patch introduces profiling for the 3 current flow worker
steps: flow, stream, detect.
-----------------------------------------------------------------------
Summary of changes:
src/decode.h | 7 ++++
src/flow-worker.c | 42 +++++++++++++++++---
src/flow-worker.h | 9 +++++
src/util-profiling.c | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++
src/util-profiling.h | 17 ++++++++
5 files changed, 178 insertions(+), 6 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list