-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is hyperscan abandoned? #421
Comments
Funny, I was just about to create the same issue :) I was recently pointed to Accelerate Snort Performance with Hyperscan and Intel Xeon Processors on Public Clouds document via vectorscan repository, where they state in section 2.2 that they are changing the license to proprietary since version 5.5 onward. I am very interested about the answer and its implications to various Linux distributions, especially since I'm responsible for maintaining this package in Gentoo. |
There's a great fork called vectorscan maintained by @markos over at @VectorCamp: https://github.com/VectorCamp/vectorscan It has been created after contributions to introduce multi-arch support have been ignored. It's quite active, the last release was just this week. It introduces multi-arch support and has many improvements, but drops windows and 32-bit support. They were closely tracking upstream until the license change recently. |
dev-libs/hyperscan has recently changed the license to Intel Proprietary License (IPL) beginning from version 5.5, see section 2.2 in [1]. It is currently unclear if upstream will maintain the public version [2]. However, there is dev-libs/vectorscan fork already present in the tree. It is actively maintained drop-in replacement of hyperscan, but it has some ABI incompatibilities. This package should be used instead of dev-libs/hyperscan, it will naturally solve a transitions between hyperscan and vectorscan. Users can still select the preferred version by appending it to the world list or by masking the other one. [1] https://networkbuilders.intel.com/docs/networkbuilders/accelerate-snort-performance-with-hyperscan-and-intel-xeon-processors-on-public-clouds-1680176363.pdf [2] intel/hyperscan#421 Signed-off-by: Petr Vaněk <[email protected]>
The new version of Hyperycan is now 5.6.1 |
https://www.intel.com/content/www/us/en/developer/articles/technical/introduction-to-hyperscan.html
How do I reach an Intel sales representative on GitHub? 🤡 |
Seeing that there have been no new commits since Apr 2023 is it safe to assume that Hyperscan has been abandoned?
The text was updated successfully, but these errors were encountered: