1
24.7 Production Series / Re: [SOLVED] Hyperscan AVX-512 gcc arch flag
« on: September 07, 2024, 06:09:58 pm »
This totally explains the small performance difference. I tmarked this as solved.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Considering the following note, I'd say this debate is very much pointless.QuoteThere is currently no operating system support for this feature on non-Linux systems.
https://github.com/opnsense/ports/blob/master/devel/hyperscan/Makefile
Hyperscan v5.3 adds support for AVX512VBMI instructions - in particular the AVX512VBMI instruction set that was introduced on Intel “Icelake” Xeon processors - however the AVX512VBMI runtime variant is not enabled by default in fat runtime builds as not all toolchains support AVX512VBMI instruction sets. To build an AVX512VBMI runtime, the CMake variable BUILD_AVX512VBMI must be enabled manually during configuration. For example:
cmake -DBUILD_AVX512VBMI=on <...>
Due to licensing changes beginning with Hyperscan 5.5[0] to ahttps://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/UZD4BLRMHPQY27IMYQZ76TXCBULHALFJ/
proprietary/closed license and general lack of support for the 5.4.x
branch I will be retiring Hyperscan from rawhide.
The intent is to replace the hyperscan package with the vectorscan[1]
package that is currently in the last stages of review[2].
try this patch https://github.com/opnsense/core/commit/8fab0a77c
# opnsense-patch 8fab0a77c
I must report the same issues.
Having suricata running breaks the connection.
When connected to the opnsense console i can ping 1.1 through the igb interface. But not to lan (lacp lagg with ixl interfaces)
Adding:Code: [Select]stream.midstream-policy: ignore
http2:
enabled: yes
quic:
enabled: yes
to /usr/local/opnsense/service/templates/OPNsense/IDS/custom.yaml fixed the issue as described in the upper post.
Looks like a little hotfix must be released.
I must report the same issues.
Having suricata running breaks the connection.
When connected to the opnsense console i can ping 1.1 through the igb interface. But not to lan (lacp lagg with ixl interfaces)
stream.midstream-policy: ignore
http2:
enabled: yes
quic:
enabled: yes