[Oisf-devel] [COMMIT] OISF branch, master, updated. 786148319c912d6a891680bd4ea66339ffa88b26
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Fri Dec 2 15:55:39 UTC 2011
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 786148319c912d6a891680bd4ea66339ffa88b26 (commit)
via 776bf633e302395829c3fdbaef3c34a2ae5a0eeb (commit)
via 5133098bd6f84280efdd40edcd8f0d693e010a62 (commit)
via 9917744707140e03a9c0280defee9026ef953985 (commit)
via 5a63662766a49f5b68e7dead0558c988eb405299 (commit)
from 34450b9b573251cd71037c9a362ba125f8c71928 (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 786148319c912d6a891680bd4ea66339ffa88b26
Author: Victor Julien <victor at inliniac.net>
Date: Fri Dec 2 16:54:52 2011 +0100
Lower flow manager wake up timer to 0.4 seconds as that performs 2% better in my tests.
commit 776bf633e302395829c3fdbaef3c34a2ae5a0eeb
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Dec 1 18:33:18 2011 +0530
flow manager code cleanup. Remove unused code + fix indentation. Remove unused vars
commit 5133098bd6f84280efdd40edcd8f0d693e010a62
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Dec 1 18:24:44 2011 +0530
Accomodate pcap-file mode to signal flow mgr to wakeup when it exceeds a certain time interval. This let's the flow mgr keep in sync with pcap timestamp changes
commit 9917744707140e03a9c0280defee9026ef953985
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Dec 1 03:21:03 2011 +0530
separate timers for flow mgr thread for normal and emerg mode. Signal flow mgr thread when in emerg mode
commit 5a63662766a49f5b68e7dead0558c988eb405299
Author: Eric Leblond <eric at regit.org>
Date: Mon Nov 28 15:54:25 2011 +0100
Flow: use condition system instead of short sleep
Short sleep can lead to some really annoying performance issue in
some environnement like virtual systems. This technic was used in
the flow manager. This patch uses an alternate approach based on
a timed condition which is triggered each time a new flow has to
be created. This avoid to run out of flow. A counter is also done
to be able not to run the cleaning code at each new flow.
-----------------------------------------------------------------------
Summary of changes:
src/flow-hash.c | 3 +
src/flow-manager.c | 208 +++++++++++++++++++++++-------------------------
src/flow-manager.h | 5 +
src/flow-util.c | 2 +-
src/source-pcap-file.c | 9 ++
5 files changed, 118 insertions(+), 109 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list