[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta1-28-g7babb35

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Sep 17 08:43:35 UTC 2012


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  7babb35aeb76704e98e584cf06a8620360ee95f0 (commit)
       via  cdbc9be1c3b67c6ca98e6ede8a2a07efa3c669b7 (commit)
       via  1f923075171f29d005b203c440841b77590c0895 (commit)
       via  3da3e3264c05e265843192e8ac389499f0901bc9 (commit)
       via  2343ff8950ee0b6d585ad12cf646a3b917c1db73 (commit)
       via  ec7e79c74861a4d99211c8fc46dba9b82be1fefc (commit)
      from  ba6f564296e85f991730d63427618409a2e14572 (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 7babb35aeb76704e98e584cf06a8620360ee95f0
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 17 10:38:39 2012 +0200

    profiling: remove obsolete unit test

commit cdbc9be1c3b67c6ca98e6ede8a2a07efa3c669b7
Author: Eric Leblond <eric at regit.org>
Date:   Fri Sep 14 18:06:37 2012 +0200

    pf_ring: set cluster_id even if only one thread is used.

commit 1f923075171f29d005b203c440841b77590c0895
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 17 10:34:34 2012 +0200

    profiling: minor cleanup

commit 3da3e3264c05e265843192e8ac389499f0901bc9
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 17 09:56:52 2012 +0200

    profiling: make sure counters are reset after a reload.

commit 2343ff8950ee0b6d585ad12cf646a3b917c1db73
Author: Victor Julien <victor at inliniac.net>
Date:   Sun Sep 16 12:57:53 2012 +0200

    profiling: fix memory error in case of rule reload.

commit ec7e79c74861a4d99211c8fc46dba9b82be1fefc
Author: Victor Julien <victor at inliniac.net>
Date:   Sun Sep 16 12:08:35 2012 +0200

    Rule profiling update
    
    - Remove usage of counters api.
    - Store stats in detect engine thread ctx to remove locking
    - Support rule reloads

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am            |    1 +
 src/detect-engine-state.c  |    2 +-
 src/detect-engine.c        |   20 ++
 src/detect.c               |    6 +-
 src/detect.h               |   14 ++
 src/source-pfring.c        |   28 ++--
 src/suricata.c             |    5 +-
 src/util-profiling-locks.c |    8 +-
 src/util-profiling-rules.c |  538 ++++++++++++++++++++++++++++++++++++++++++++
 src/util-profiling.c       |  511 ++----------------------------------------
 src/util-profiling.h       |   18 +-
 11 files changed, 621 insertions(+), 530 deletions(-)
 create mode 100644 src/util-profiling-rules.c


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list