]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #4446: Avoid data race when latency is enabled during flow ip profiling
authorAkhilesh MY (amuttuva) <amuttuva@cisco.com>
Mon, 7 Oct 2024 11:34:23 +0000 (11:34 +0000)
committerShanmugam S (shanms) <shanms@cisco.com>
Mon, 7 Oct 2024 11:34:23 +0000 (11:34 +0000)
commit2a5f973c230e5df8eaffed48e9c82d4a2e8ee9f7
tree49865912170ba33b7bc982531308d65c4834367e
parent93ce810b5f078e5f6a59a64c8f6e9fbcfe8085ea
Pull request #4446: Avoid data race when latency is enabled during flow ip profiling

Merge in SNORT/snort3 from ~AMUTTUVA/snort3:latency_fix to master

Squashed commit of the following:

commit 6539c68b6d81b515cc74bd98d251805a141a47e3
Author: Akhilesh MY <amuttuva@cisco.com>
Date:   Thu Sep 12 02:29:55 2024 -0400

    perf_monitor,latency: avoid data race when latency is enabled during flow ip profiling
15 files changed:
src/latency/latency_module.cc
src/latency/packet_latency.cc
src/latency/packet_latency.h
src/latency/packet_latency_config.h
src/latency/rule_latency.cc
src/latency/rule_latency.h
src/latency/rule_latency_config.h
src/main/analyzer.cc
src/main/snort_config.cc
src/main/snort_config.h
src/main/test/distill_verdict_stubs.h
src/network_inspectors/perf_monitor/flow_ip_tracker.cc
src/network_inspectors/perf_monitor/perf_module.cc
src/network_inspectors/perf_monitor/perf_module.h
src/network_inspectors/perf_monitor/perf_monitor.cc