[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-350-gde6cbb0

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Nov 19 11:33:54 UTC 2013


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  de6cbb01c85e7b3837f38f78367cfddc17cf8fd7 (commit)
       via  601c7c8e3ced8bb6447da65a6062d37f42c39f54 (commit)
       via  f16b339fc4a1a2f20d55a2cefc6ee7aa3e6ee003 (commit)
       via  3dceca70ee7b73c8b4587fa5f4c4c161256e4fff (commit)
       via  c89f03fc1ec148f25ea36769c397530879acb971 (commit)
      from  a84c502e50645a3d9efe95206f6b6588ac95e84b (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 de6cbb01c85e7b3837f38f78367cfddc17cf8fd7
Author: Ken Steele <ken at tilera.com>
Date:   Tue Nov 12 15:47:56 2013 -0500

    Allocate mPIPE packet ingress queue in each worker thread.
    
    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.

commit 601c7c8e3ced8bb6447da65a6062d37f42c39f54
Author: Ken Steele <ken at tilera.com>
Date:   Mon Nov 18 13:28:17 2013 -0500

    Cleanup Tile build for -Werror
    
    Just the changes needed for the Tile architecture to compile cleanly with
    -Werror.

commit f16b339fc4a1a2f20d55a2cefc6ee7aa3e6ee003
Author: Ken Steele <ken at tilera.com>
Date:   Mon Nov 18 17:02:50 2013 -0500

    Rename checksums to level3_comp_csum and level4_comp_csum.
    
    This will also sharing even more memory in the Packet_ structure.

commit 3dceca70ee7b73c8b4587fa5f4c4c161256e4fff
Author: Eric Leblond <eric at regit.org>
Date:   Mon Nov 18 18:12:36 2013 +0100

    suricata: move some code into PostConfLoadedSetup
    
    All functions before daemonization are initialisation functions and thus the
    call can be moved in PostConfLoadedSetup.

commit c89f03fc1ec148f25ea36769c397530879acb971
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Nov 19 11:21:47 2013 +0100

    Remove mkinstalldirs (bug #1041)

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

Summary of changes:
 mkinstalldirs           |  162 -------------------------------------
 src/decode-icmpv4.h     |    2 +-
 src/decode-icmpv6.h     |    2 +-
 src/decode-ipv4.h       |    2 +-
 src/decode-tcp.h        |    2 +-
 src/decode-udp.h        |    2 +-
 src/decode.h            |    8 +-
 src/detect-csum.c       |   86 ++++++++++----------
 src/runmode-tile.c      |    2 +-
 src/runmode-tile.h      |    2 +-
 src/source-mpipe.c      |   89 +++++++++++++--------
 src/stream-tcp.c        |   59 +++++++-------
 src/suricata.c          |  204 +++++++++++++++++++++++-----------------------
 src/threads-arch-tile.h |    4 +-
 14 files changed, 242 insertions(+), 384 deletions(-)
 delete mode 100755 mkinstalldirs


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list