You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am thinking of the possibilities to port hyperscan to windows kernel.
As I am completely new to hyperscan, I would like to hear your thoughts around feasibility aspects of moving this library to windows kernel. If possible I would like to avoid sending all the packets from kernel to user mode.
Is this a good idea, considering so much effort needed to move it to kernel?
considering SIMD instructions are not supported in the kernel, what would be the performance loss without these instructions in the kernel